0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/doc/src/guide/streams.asciidoc
2017-01-02 14:46:19 +01:00

15 lines
373 B
Text

[[streams]]
== Streams
Placeholder chapter.
Streams are a new feature in Cowboy 2.0 that requires
a little more tweaking before they can be generally
useful. This chapter will be made available in a future
pre-release.
Streams are meant to replace hooks. The relevant chapters
for Cowboy 1.0 were:
* xref:hooks[Hooks]
* xref:broken_clients[Dealing with broken clients]