mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00: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
|
@ -52,10 +52,8 @@
|
|||
-export([urlencode/2]).
|
||||
-export([x_www_form_urlencoded/1]).
|
||||
|
||||
-type headers() :: [{binary(), iodata()}].
|
||||
-type status() :: non_neg_integer() | binary().
|
||||
|
||||
-export_type([headers/0]).
|
||||
-export_type([status/0]).
|
||||
|
||||
%% Parsing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue