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:
parent
843866c654
commit
4c6f2c9a95
2 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ parameter `key` was defined, but with no value.
|
|||
|
||||
The second function Cowboy provides allows you to match out
|
||||
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.
|
||||
|
||||
[source,erlang]
|
||||
|
|
|
@ -15,7 +15,7 @@ present and was not read, Cowboy will either cancel or
|
|||
skip its download, depending on the protocol.
|
||||
|
||||
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.
|
||||
|
||||
=== Request body presence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue