0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add more rfc7231 tests

This commit is contained in:
Loïc Hoguin 2017-12-06 14:38:27 +01:00
parent bc39b433bb
commit 1f4c1e2c67
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 30 additions and 5 deletions

View file

@ -112,7 +112,8 @@ gun_open(Config, Opts) ->
retry => 0,
transport => config(type, Config),
transport_opts => proplists:get_value(transport_opts, Config, []),
protocols => [config(protocol, Config)]
protocols => [config(protocol, Config)],
http_opts => proplists:get_value(http_opts, Config, #{})
}),
ConnPid.