mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Simplify example instructions and fix broken examples
Also convert to AsciiDoc while we're at it.
This commit is contained in:
parent
4023e7f4e4
commit
394b4f0bf7
28 changed files with 246 additions and 388 deletions
|
@ -13,7 +13,7 @@ init(Req, Opts) ->
|
|||
|
||||
is_authorized(Req, State) ->
|
||||
case cowboy_req:parse_header(<<"authorization">>, Req) of
|
||||
{<<"basic">>, {User = <<"Alladin">>, <<"open sesame">>}} ->
|
||||
{basic, User = <<"Alladin">>, <<"open sesame">>} ->
|
||||
{true, Req, User};
|
||||
_ ->
|
||||
{{false, <<"Basic realm=\"cowboy\"">>}, Req, State}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue