aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_req.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-11 11:00:47 +0100
committerLoïc Hoguin <[email protected]>2017-12-11 11:00:47 +0100
commit4c22bdbcb75ecc8176e0f42899ed8c03729cc628 (patch)
tree554f97be48ae97e25af5d59d440acef581ae27c9 /doc/src/manual/cowboy_req.asciidoc
parent17719a136dbe520436ae4aa5dd4827a19b1a5348 (diff)
downloadcowboy-4c22bdbcb75ecc8176e0f42899ed8c03729cc628.tar.gz
cowboy-4c22bdbcb75ecc8176e0f42899ed8c03729cc628.tar.bz2
cowboy-4c22bdbcb75ecc8176e0f42899ed8c03729cc628.zip
Document 2.2 changes and the new stream_trailers function
Diffstat (limited to 'doc/src/manual/cowboy_req.asciidoc')
-rw-r--r--doc/src/manual/cowboy_req.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_req.asciidoc b/doc/src/manual/cowboy_req.asciidoc
index b2875bc..9378d2e 100644
--- a/doc/src/manual/cowboy_req.asciidoc
+++ b/doc/src/manual/cowboy_req.asciidoc
@@ -84,6 +84,7 @@ Response:
* link:man:cowboy_req:reply(3)[cowboy_req:reply(3)] - Send the response
* link:man:cowboy_req:stream_reply(3)[cowboy_req:stream_reply(3)] - Send the response headers
* link:man:cowboy_req:stream_body(3)[cowboy_req:stream_body(3)] - Stream the response body
+* link:man:cowboy_req:stream_trailers(3)[cowboy_req:stream_trailers(3)] - Send the response trailers
* link:man:cowboy_req:push(3)[cowboy_req:push(3)] - Push a resource to the client
== Types