aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_stream.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-02 10:46:45 +0200
committerLoïc Hoguin <[email protected]>2017-10-02 10:46:45 +0200
commit292e732abf6ae07d0c82e9e46c154987710a5bdf (patch)
tree1a13c1cf93769ded1d90426fca860631c3e0045a /doc/src/manual/cowboy_stream.asciidoc
parentbec019dce545872f7c7e5da520e46febe32a381f (diff)
downloadcowboy-292e732abf6ae07d0c82e9e46c154987710a5bdf.tar.gz
cowboy-292e732abf6ae07d0c82e9e46c154987710a5bdf.tar.bz2
cowboy-292e732abf6ae07d0c82e9e46c154987710a5bdf.zip
Fix the documentation for the command flow
Diffstat (limited to 'doc/src/manual/cowboy_stream.asciidoc')
-rw-r--r--doc/src/manual/cowboy_stream.asciidoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_stream.asciidoc b/doc/src/manual/cowboy_stream.asciidoc
index de4c8e0..ffdfdae 100644
--- a/doc/src/manual/cowboy_stream.asciidoc
+++ b/doc/src/manual/cowboy_stream.asciidoc
@@ -145,7 +145,13 @@ any server push mechanism.
=== flow
-TODO
+[source,erlang]
+----
+{flow, pos_integer()}
+----
+
+Request more data to be read from the request body. The
+exact behavior depends on the protocol.
=== spawn