0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Add a skeleton performance chapter to the guide

This commit is contained in:
Loïc Hoguin 2020-01-06 14:04:25 +01:00
parent db0d6f8d25
commit 5e0be061bb
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
3 changed files with 32 additions and 1 deletions

View file

@ -54,7 +54,7 @@ modified.
=== Built-in handlers
Cowboy comes with two handlers.
Cowboy comes with four handlers.
link:man:cowboy_stream_h(3)[cowboy_stream_h] is the default
stream handler. It is the core of much of the functionality