0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Add an SSL example

This commit is contained in:
Adam Cammack 2013-02-27 23:55:05 -06:00
parent b448939282
commit 52a181347c
12 changed files with 187 additions and 0 deletions

View file

@ -40,6 +40,9 @@ Cowboy Examples
* [rest_stream_response](./rest_stream_response):
stream results from a data store
* [ssl_hello_world](./ssl_hello_world):
simplest SSL application
* [static_world](./static_world):
static file handler