Handbook
Glossary
<static> ( root -- responder )
Furnace framework
»
HTTP server
»
Serving static content
Next:
Hooks for dynamic content
Vocabulary
http
.
server
.
static
Inputs
root
a pathname string
Outputs
responder
a
file-responder
Word description
Creates a file responder which serves content from
path
.
Definition
IN:
http.server.static
:
<static>
( root -- responder )
[
(serve-static)
]
<file-responder>
;