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

Fix a couple xref links

They were still using the old ezdoc syntax.
This commit is contained in:
Loïc Hoguin 2016-08-30 13:23:31 +02:00
parent 843866c654
commit 4c6f2c9a95
2 changed files with 2 additions and 2 deletions

View file

@ -274,7 +274,7 @@ parameter `key` was defined, but with no value.
The second function Cowboy provides allows you to match out The second function Cowboy provides allows you to match out
only the parameters you are interested in, and at the same only the parameters you are interested in, and at the same
time do any post processing you require using ^constraints^. time do any post processing you require using xref:constraints[constraints].
This function returns a map. This function returns a map.
[source,erlang] [source,erlang]

View file

@ -15,7 +15,7 @@ present and was not read, Cowboy will either cancel or
skip its download, depending on the protocol. skip its download, depending on the protocol.
Cowboy provides functions for reading the body raw, Cowboy provides functions for reading the body raw,
and read and parse form urlencoded or ^multipart^ bodies. and read and parse form urlencoded or xref:multipart[multipart bodies].
The latter is covered in its own chapter. The latter is covered in its own chapter.
=== Request body presence === Request body presence