0
Fork 0
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:
Loïc Hoguin 2016-12-21 15:47:44 +01:00
parent f57dd51e0f
commit ba14cf7838
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
12 changed files with 840 additions and 3 deletions

View file

@ -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()
----