mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Add man pages for the reply functions
This commit is contained in:
parent
f57dd51e0f
commit
ba14cf7838
12 changed files with 840 additions and 3 deletions
|
@ -11,7 +11,7 @@ cowboy_req:header - HTTP header
|
|||
header(Name, Req) -> header(Name, Req, undefined)
|
||||
header(Name, Req, Default) -> binary() | Default
|
||||
|
||||
Name :: binary()
|
||||
Name :: binary() %% lowercase; case insensitive
|
||||
Req :: cowboy_req:req()
|
||||
Default :: any()
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue