From bb9a2e975e4657d2f03d93b4d9595160e8190566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Sep 2013 16:23:13 +0200 Subject: Rename the basic_auth example to rest_basic_auth --- examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index 0e20d5f..013313a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,9 +1,6 @@ Cowboy Examples =============== - * [basic_auth](./basic_auth): - basic HTTP authorization with REST - * [chunked_hello_world](./chunked_hello_world): demonstrates chunked data transfer with two one-second delays @@ -34,6 +31,9 @@ Cowboy Examples * [markdown_middleware](./markdown_middleware): static file handler with markdown preprocessor + * [rest_basic_auth](./rest_basic_auth): + basic HTTP authorization with REST + * [rest_hello_world](./rest_hello_world): return the data type that matches the request type (ex: html, text, json) -- cgit v1.2.3