aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-10-03 18:52:14 +0300
committerLoïc Hoguin <[email protected]>2014-10-03 18:52:14 +0300
commit4bc8e330fa239d1ade18a5d75ea018f1a954bfb3 (patch)
treef22ebb731917ebe8ed9f9a696c927fd4ea1e6e54 /doc/src/manual
parentbee5ca852b1a8e1506872aeea57f6c745c8add77 (diff)
downloadcowboy-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/manual')
-rw-r--r--doc/src/manual/cowboy_rest.ezdoc11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/src/manual/cowboy_rest.ezdoc b/doc/src/manual/cowboy_rest.ezdoc
index cd60566..f9e938a 100644
--- a/doc/src/manual/cowboy_rest.ezdoc
+++ b/doc/src/manual/cowboy_rest.ezdoc
@@ -311,17 +311,6 @@ Return whether the put action results in a conflict.
A `409 Conflict` response will be sent if this function
returns `true`.
-: known_content_type
-
-* Methods: all
-* Value type: boolean()
-* Default value: true
-
-Return whether the content-type is known.
-
-This function determines if the server understands the
-content-type, regardless of its use by the resource.
-
: known_methods
* Methods: all