Handbook
Glossary
<401> ( realm -- response )
Vocabulary
furnace
.
auth
.
basic
Inputs
realm
an
object
Outputs
response
an
object
Definition
USING:
http
http.server.responses
kernel
make
;
IN:
furnace.auth.basic
:
<401>
( realm -- response )
401
"Invalid username or password"
<trivial-response>
[
"Basic realm=\""
%
swap
%
"\""
%
]
""
make
"WWW-Authenticate"
set-header
;