http.server: more doc fixes
parent
0bea14dcd5
commit
01c0db90a4
|
@ -74,17 +74,17 @@ ARTICLE: "http.server.requests" "HTTP request variables"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
request
|
request
|
||||||
url
|
url
|
||||||
post-request?
|
|
||||||
responder-nesting
|
responder-nesting
|
||||||
params
|
params
|
||||||
}
|
}
|
||||||
"Utility words:"
|
"Utility words:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
|
post-request?
|
||||||
param
|
param
|
||||||
set-param
|
set-param
|
||||||
request-params
|
request-params
|
||||||
}
|
}
|
||||||
"Additional vocabularies may be set by vocabularies such as " { $vocab-link "html.forms" } " and " { $vocab-link "furnace.sessions" } "." ;
|
"Additional variables may be set by vocabularies such as " { $vocab-link "html.forms" } " and " { $vocab-link "furnace.sessions" } "." ;
|
||||||
|
|
||||||
ARTICLE: "http.server.responders" "HTTP server responders"
|
ARTICLE: "http.server.responders" "HTTP server responders"
|
||||||
"Responders process requests and output " { $link "http.responses" } ". To implement a responder, define a new class and implement a method on the following generic word:"
|
"Responders process requests and output " { $link "http.responses" } ". To implement a responder, define a new class and implement a method on the following generic word:"
|
||||||
|
|
Loading…
Reference in New Issue