aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_req.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-27 10:29:49 +0200
committerLoïc Hoguin <[email protected]>2018-06-27 10:29:49 +0200
commitfaefb634de2874cafaf7f2d7fb7d4f8eab9019a9 (patch)
tree0d063cbe73460addbfff6a3998f8713eb6417795 /doc/src/manual/cowboy_req.asciidoc
parent5001fcbc345846efe2de6983e4f0784895b03ce8 (diff)
downloadcowboy-faefb634de2874cafaf7f2d7fb7d4f8eab9019a9.tar.gz
cowboy-faefb634de2874cafaf7f2d7fb7d4f8eab9019a9.tar.bz2
cowboy-faefb634de2874cafaf7f2d7fb7d4f8eab9019a9.zip
Document cowboy_req:stream_events/3
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 9378d2e..309aedf 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_events(3)[cowboy_req:stream_events(3)] - Stream events
* 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