From 4bc8e330fa239d1ade18a5d75ea018f1a954bfb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 3 Oct 2014 18:52:14 +0300 Subject: Remove the REST known_content_type callback This callback was simply useless. --- doc/src/manual/cowboy_rest.ezdoc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/src/manual') 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 -- cgit v1.2.3