0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/doc/src/guide/streams.asciidoc

16 lines
373 B
Text
Raw Normal View History

[[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]