From 54c6d3fa3aada272839a431a45318d33dbc6b9e5 Mon Sep 17 00:00:00 2001 From: Ivan Lisenkov Date: Wed, 30 Jan 2013 00:30:05 +0400 Subject: Implement authorization header parsing Basic HTTP authorization according to RFC 2617 is implemented. Added an example of its usage with REST handler. --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index d50ebc9..f2b0c64 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 -- cgit v1.2.3