mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
5 lines
216 B
Bash
5 lines
216 B
Bash
![]() |
#!/bin/sh
|
||
|
erl -pa ebin deps/*/ebin -s basic_auth \
|
||
|
-eval "io:format(\"Get 401: curl -i http://localhost:8080~n\")." \
|
||
|
-eval "io:format(\"Get 200: curl -i -u \\\"Alladin:open sesame\\\" http://localhost:8080~n\")."
|