diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-11 14:22:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-11 14:22:17 (GMT) |
commit | d4c0a2c2ae26239197650eaaf6388d7ccdc51e48 (patch) | |
tree | 550b3406087f4d2a5dbb741dfa6b9330f9cf8237 /doc/http.n | |
parent | 75ba8ac33bf8e8e9c0dfed189d177ebb6710dd15 (diff) | |
download | tcl-d4c0a2c2ae26239197650eaaf6388d7ccdc51e48.zip tcl-d4c0a2c2ae26239197650eaaf6388d7ccdc51e48.tar.gz tcl-d4c0a2c2ae26239197650eaaf6388d7ccdc51e48.tar.bz2 |
Few more formatting errors
Diffstat (limited to 'doc/http.n')
-rw-r--r-- | doc/http.n | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -613,13 +613,11 @@ The "request line" is the first line of a HTTP client request, and has three elements separated by spaces: the HTTP method, the URL relative to the server, and the HTTP version. Examples: .PP -.DS .RS GET / HTTP/1.1 GET /introduction.html?subject=plumbing HTTP/1.1 POST /forms/order.html HTTP/1.1 .RE -.DE .TP \fB::http::requestHeaders\fR \fItoken\fR ?\fIheaderName\fR? . @@ -650,12 +648,10 @@ elements separated by spaces: the HTTP version, a three-digit numerical "status code", and a "reason phrase". Only the reason phrase may contain spaces. Examples: .PP -.DS .RS HTTP/1.1 200 OK HTTP/1.0 404 Not Found .RE -.DE .RS The "status code" is a three-digit number in the range 100 to 599. A value of 200 is the normal return from a GET request, and its matching @@ -1589,7 +1585,7 @@ that \fB::tls::socketCmd\fR has this value, it replaces it with the value i.e. if the script or the Tcl installation has replaced the value "::socket" with the name of a different command, then http does not change the value. The script or installation that modified \fB::tls::socketCmd\fR is responsible -for integrating \fR::http::socket\fR into its own replacement command. +for integrating \fB::http::socket\fR into its own replacement command. .PP .SS "WITH A CHILD INTERPRETER" .PP |