mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Improve the manual for the new resp_header functions
This commit is contained in:
parent
3f4e79d42f
commit
f34ef2ceae
11 changed files with 79 additions and 33 deletions
|
@ -102,6 +102,7 @@ cowboy_req:stream_body(<<"World!\n">>, fin, Req).
|
|||
link:man:cowboy_req(3)[cowboy_req(3)],
|
||||
link:man:cowboy_req:set_resp_cookie(3)[cowboy_req:set_resp_cookie(3)],
|
||||
link:man:cowboy_req:set_resp_header(3)[cowboy_req:set_resp_header(3)],
|
||||
link:man:cowboy_req:set_resp_headers(3)[cowboy_req:set_resp_headers(3)],
|
||||
link:man:cowboy_req:reply(3)[cowboy_req:reply(3)],
|
||||
link:man:cowboy_req:stream_body(3)[cowboy_req:stream_body(3)],
|
||||
link:man:cowboy_req:push(3)[cowboy_req:push(3)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue