client-docs: Updated HTTP PUT documentation typos

db4
otoburb 2011-11-18 01:47:56 -05:00
parent 9535d83438
commit 7417d8f0c8
1 changed files with 2 additions and 2 deletions

View File

@ -145,9 +145,9 @@ ARTICLE: "http.client.post" "POST requests with the HTTP client"
ARTICLE: "http.client.put" "PUT requests with the HTTP client"
"Basic usage involves passing post data and a " { $link url } ", and getting a " { $link response } " and data back:"
{ $subsections http-post }
{ $subsections http-put }
"Advanced usage involves constructing a " { $link request } ", which allows " { $link "http.cookies" } " and " { $link "http.headers" } " to be set:"
{ $subsections <post-request> }
{ $subsections <put-request> }
"Both words take a post data parameter; see " { $link "http.client.post-data" } "." ;
ARTICLE: "http.client.head" "HEAD requests with the HTTP client"