Handbook
Glossary
dispatcher
Furnace framework
»
HTTP server
»
HTTP dispatchers and virtual hosting
Prev:
HTTP dispatcher examples
Next:
<dispatcher> ( -- dispatcher )
Vocabulary
http
.
server
.
dispatchers
Class description
The class of dispatchers. May be subclassed, in which case subclasses should be constructed by calling
new-dispatcher
.
Definition
IN:
http.server.dispatchers
TUPLE:
dispatcher
default responders
;
Methods
USING:
http.server
http.server.dispatchers
;
M:
dispatcher
call-responder*
find-responder
call-responder
;
USING:
accessors
furnace.sessions
http.server.dispatchers
;
M:
dispatcher
init-session*
default>>
init-session*
;
USING:
accessors
furnace.auth
http.server.dispatchers
;
M:
dispatcher
init-user-profile
default>>
init-user-profile
;