http.server: more doc fixes

db4
Slava Pestov 2010-06-28 17:42:48 -04:00
parent 0bea14dcd5
commit 01c0db90a4
1 changed files with 2 additions and 2 deletions

View File

@ -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:"