diff options
Diffstat (limited to 'doc/src/manual')
-rw-r--r-- | doc/src/manual/cowboy_rest.ezdoc | 11 |
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 |