mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update README.md
Consistently use the imperative mood and add link to LFE examples.
This commit is contained in:
parent
b7d666cfc7
commit
a56d3a6fe5
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ Cowboy examples
|
||||||
===============
|
===============
|
||||||
|
|
||||||
* [chunked_hello_world](./chunked_hello_world):
|
* [chunked_hello_world](./chunked_hello_world):
|
||||||
demonstrates chunked data transfer with two one-second delays
|
demonstrate chunked data transfer with two one-second delays
|
||||||
|
|
||||||
* [compress_response](./compress_response)
|
* [compress_response](./compress_response)
|
||||||
send a response body compressed if the client supports it
|
send a response body compressed if the client supports it
|
||||||
|
@ -50,7 +50,7 @@ Cowboy examples
|
||||||
multipart/form-data upload
|
multipart/form-data upload
|
||||||
|
|
||||||
* [web_server](./web_server):
|
* [web_server](./web_server):
|
||||||
serves files with lists directory entries
|
serve files with lists directory entries
|
||||||
|
|
||||||
* [websocket](./websocket):
|
* [websocket](./websocket):
|
||||||
websocket example
|
websocket example
|
||||||
|
@ -59,3 +59,4 @@ Other languages
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
* [elixir](https://github.com/joshrotenberg/elixir_cowboy_examples)
|
* [elixir](https://github.com/joshrotenberg/elixir_cowboy_examples)
|
||||||
|
* [lfe](https://github.com/quasiquoting/lfe-cowboy-examples)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue