mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +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
|
@ -72,7 +72,10 @@ Req = cowboy_req:set_resp_header(<<"allow">>,
|
|||
|
||||
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_headers(3)[cowboy_req:set_resp_headers(3)],
|
||||
link:man:cowboy_req:has_resp_header(3)[cowboy_req:has_resp_header(3)],
|
||||
link:man:cowboy_req:resp_header(3)[cowboy_req:resp_header(3)],
|
||||
link:man:cowboy_req:resp_headers(3)[cowboy_req:resp_headers(3)],
|
||||
link:man:cowboy_req:delete_resp_header(3)[cowboy_req:delete_resp_header(3)],
|
||||
link:man:cowboy_req:reply(3)[cowboy_req:reply(3)],
|
||||
link:man:cowboy_req:stream_reply(3)[cowboy_req:stream_reply(3)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue