0
Fork 0
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:
Loïc Hoguin 2016-12-28 15:16:10 +01:00
parent afc7d08813
commit f7094ad78f
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
3 changed files with 465 additions and 325 deletions

View file

@ -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`.