0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Update the cowboy_router manual

This commit is contained in:
Loïc Hoguin 2016-12-22 12:53:21 +01:00
parent 89120a3606
commit a1b52494a5
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
6 changed files with 138 additions and 44 deletions

View file

@ -64,4 +64,5 @@ Branch = cowboy_req:binding(branch, Req, <<"master">>)
link:man:cowboy_req(3)[cowboy_req(3)],
link:man:cowboy_req:bindings(3)[cowboy_req:bindings(3)],
link:man:cowboy_req:host_info(3)[cowboy_req:host_info(3)],
link:man:cowboy_req:path_info(3)[cowboy_req:path_info(3)]
link:man:cowboy_req:path_info(3)[cowboy_req:path_info(3)],
link:man:cowboy_router(3)[cowboy_router(3)]