mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 13:10:24 +00:00
Update the cowboy_rest manual
This commit is contained in:
parent
afc7d08813
commit
f7094ad78f
3 changed files with 465 additions and 325 deletions
|
@ -100,6 +100,8 @@ ParsedMime :: {Type :: binary(), SubType :: binary(), Params}
|
|||
Params :: [{Key :: binary(), Value :: binary()}]
|
||||
----
|
||||
|
||||
// @todo Case sensitivity of parsed mime content?
|
||||
|
||||
Cowboy comes with two such functions; the default function
|
||||
`cow_mimetypes:web/1`, and a second function generated from
|
||||
the Apache 'mime.types' file, `cow_mimetypes:all/1`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue