aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_rest.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_rest.asciidoc b/doc/src/manual/cowboy_rest.asciidoc
index 19f4820..dd5fa7e 100644
--- a/doc/src/manual/cowboy_rest.asciidoc
+++ b/doc/src/manual/cowboy_rest.asciidoc
@@ -175,6 +175,9 @@ req() :: #{
}
----
+Note that Cowboy will only append the charset to the
+content-type header of the response if the media type is text.
+
=== content_types_accepted
[source,erlang]