diff options
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 |