Handbook
Glossary
<help-webapp> ( help-dir -- webapp )
Vocabulary
webapps
.
help
Inputs
help-dir
an
object
Outputs
webapp
an
object
Definition
USING:
furnace.redirection
http.server.dispatchers
http.server.static
;
IN:
webapps.help
::
<help-webapp>
( help-dir -- webapp )
help-webapp
new-dispatcher
<main-action>
<secure-only>
""
add-responder
help-dir
<search-action>
<secure-only>
"search"
add-responder
help-dir
<static>
<secure-only>
"content"
add-responder
;