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
request
url
post-request?
responder-nesting
params
}
"Utility words:"
{ $subsections
post-request?
param
set-param
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"
"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:"