mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 13:10:24 +00:00
Implement authorization header parsing
Basic HTTP authorization according to RFC 2617 is implemented. Added an example of its usage with REST handler.
This commit is contained in:
parent
fd5a977a39
commit
54c6d3fa3a
11 changed files with 228 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
Cowboy Examples
|
||||
===============
|
||||
|
||||
* [basic_auth](./examples/basic_auth):
|
||||
basic HTTP authorization with REST
|
||||
|
||||
* [chunked_hello_world](./examples/chunked_hello_world):
|
||||
demonstrates chunked data transfer with two one-second delays
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue