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:
parent
bc39b433bb
commit
1f4c1e2c67
2 changed files with 30 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue