mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Various fixes and tweaks to the user guide
This commit is contained in:
parent
5838a0c81a
commit
271e31c629
8 changed files with 66 additions and 29 deletions
15
doc/src/guide/streams.asciidoc
Normal file
15
doc/src/guide/streams.asciidoc
Normal file
|
@ -0,0 +1,15 @@
|
|||
[[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]
|
Loading…
Add table
Add a link
Reference in a new issue