diff options
author | Loïc Hoguin <[email protected]> | 2014-10-03 18:52:14 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-10-03 18:52:14 +0300 |
commit | 4bc8e330fa239d1ade18a5d75ea018f1a954bfb3 (patch) | |
tree | f22ebb731917ebe8ed9f9a696c927fd4ea1e6e54 /doc/src/guide/rest_handlers.ezdoc | |
parent | bee5ca852b1a8e1506872aeea57f6c745c8add77 (diff) | |
download | cowboy-4bc8e330fa239d1ade18a5d75ea018f1a954bfb3.tar.gz cowboy-4bc8e330fa239d1ade18a5d75ea018f1a954bfb3.tar.bz2 cowboy-4bc8e330fa239d1ade18a5d75ea018f1a954bfb3.zip |
Remove the REST known_content_type callback
This callback was simply useless.
Diffstat (limited to 'doc/src/guide/rest_handlers.ezdoc')
-rw-r--r-- | doc/src/guide/rest_handlers.ezdoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/guide/rest_handlers.ezdoc b/doc/src/guide/rest_handlers.ezdoc index 8cdd12e..1868f0a 100644 --- a/doc/src/guide/rest_handlers.ezdoc +++ b/doc/src/guide/rest_handlers.ezdoc @@ -67,7 +67,6 @@ if it is undefined, moving directly to the next step. Similarly, | generate_etag `undefined` | is_authorized `true` | is_conflict `false` -| known_content_type `true` | known_methods `[<<"GET">>, <<"HEAD">>, <<"POST">>, <<"PUT">>, <<"PATCH">>, <<"DELETE">>, <<"OPTIONS">>]` | languages_provided skip | last_modified `undefined` |