call-responder* ( path responder -- response )
Furnace framework » HTTP server » HTTP server responders

Next:main-responder


Vocabulary
http.server

Inputs
patha sequence of strings
respondera responder


Outputs
responsea response


Generic word contract
Processes an HTTP request and returns a response.

Notes
When this word is called, various dynamic variables are set; see HTTP request variables.

Definition

GENERIC: call-responder* ( path responder -- response )


Methods