0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/examples
Ivan Lisenkov 54c6d3fa3a Implement authorization header parsing
Basic HTTP authorization according to RFC 2617 is implemented.
Added an example of its usage with REST handler.
2013-01-30 00:30:05 +04:00
..
basic_auth Implement authorization header parsing 2013-01-30 00:30:05 +04:00
chunked_hello_world Make examples use the new routing 2013-01-29 14:47:17 +01:00
compress_response Make examples use the new routing 2013-01-29 14:47:17 +01:00
cookie Make examples use the new routing 2013-01-29 14:47:17 +01:00
echo_get Make examples use the new routing 2013-01-29 14:47:17 +01:00
echo_post Make examples use the new routing 2013-01-29 14:47:17 +01:00
hello_world Make examples use the new routing 2013-01-29 14:47:17 +01:00
rest_hello_world Make examples use the new routing 2013-01-29 14:47:17 +01:00
static Make examples use the new routing 2013-01-29 14:47:17 +01:00
README.md Implement authorization header parsing 2013-01-30 00:30:05 +04:00

Cowboy Examples