diff options
author | Loïc Hoguin <[email protected]> | 2017-10-02 10:46:45 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-02 10:46:45 +0200 |
commit | 292e732abf6ae07d0c82e9e46c154987710a5bdf (patch) | |
tree | 1a13c1cf93769ded1d90426fca860631c3e0045a /doc | |
parent | bec019dce545872f7c7e5da520e46febe32a381f (diff) | |
download | cowboy-292e732abf6ae07d0c82e9e46c154987710a5bdf.tar.gz cowboy-292e732abf6ae07d0c82e9e46c154987710a5bdf.tar.bz2 cowboy-292e732abf6ae07d0c82e9e46c154987710a5bdf.zip |
Fix the documentation for the command flow
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/manual/cowboy_stream.asciidoc | 8 |
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 |