mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Move cowboy_http:headers() to cowboy:http_headers()
This commit is contained in:
parent
c0c333e41b
commit
f8a7856127
4 changed files with 21 additions and 20 deletions
|
@ -20,6 +20,9 @@
|
|||
-export([stop_listener/1]).
|
||||
-export([set_env/3]).
|
||||
|
||||
-type http_headers() :: [{binary(), iodata()}].
|
||||
-export_type([http_headers/0]).
|
||||
|
||||
-type http_version() :: 'HTTP/1.1' | 'HTTP/1.0'.
|
||||
-export_type([http_version/0]).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue