diff options
| author | dgp@users.sourceforge.net <dgp> | 2014-07-02 20:22:43 (GMT) | 
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2014-07-02 20:22:43 (GMT) | 
| commit | ae30ab71dda75d2f9d51bc109c8ebef2a22c192d (patch) | |
| tree | a5dea8c18a585e1df64fb2be91cc3a24f0b998c7 | |
| parent | 2652bcd8c0240f7ff696523072779d59fe23836f (diff) | |
| download | tcl-ae30ab71dda75d2f9d51bc109c8ebef2a22c192d.zip tcl-ae30ab71dda75d2f9d51bc109c8ebef2a22c192d.tar.gz tcl-ae30ab71dda75d2f9d51bc109c8ebef2a22c192d.tar.bz2 | |
Clarify http::config and http::geturl -headers roles in setting request headers.
| -rw-r--r-- | doc/http.n | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -210,7 +210,8 @@ proc httpHandlerCallback {socket token} {  .TP  \fB\-headers\fR \fIkeyvaluelist\fR  . -This option is used to add extra headers to the HTTP request.  The +This option is used to add headers not already specified +by \fB::http::config\fR to the HTTP request.  The  \fIkeyvaluelist\fR argument must be a list with an even number of  elements that alternate between keys and values.  The keys become  header field names.  Newlines are stripped from the values so the | 
