0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Fix rendering issues in the guide and manual

This commit is contained in:
Loïc Hoguin 2016-08-30 13:03:26 +02:00
parent bee1320700
commit 9b8a05bbc1
4 changed files with 6 additions and 4 deletions

View file

@ -326,7 +326,7 @@ Return the extra tokens from matching against `...` during routing.
=== peer(Req) -> Peer
Peer = {inet:ip_address(), inet:port_number()}:: Peer IP address and port number.
Peer = `{inet:ip_address(), inet:port_number()}`:: Peer IP address and port number.
Return the client's IP address and port number.

View file

@ -171,7 +171,8 @@ and `language`. The body can be set using `cowboy_req:set_resp_body/2`.
Methods:: GET, HEAD, POST, PUT, PATCH, DELETE
Value type:: [{binary() | {Type, SubType, Params}, ProvideResource}]
Default value:: `[{{<<"text">>, <<"html">>, '*'}, to_html}]`
// @todo Space required for the time being: https://github.com/spf13/hugo/issues/2398
Default value:: `[{{ <<"text">>, <<"html">>, '*'}, to_html}]`
With types: