summaryrefslogtreecommitdiffstats
path: root/doc/http.n
Commit message (Collapse)AuthorAgeFilesLines
* [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
|\
| * [74bc0e44f5] Doc tweak.dkf2016-10-121-1/+2
| |
* | [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
|\ \ | |/
| * [74bc0e44f5] Document result of [http::unregister].dkf2016-10-081-1/+3
| |
* | Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-5/+5
| |
* | Clarify http::config and http::geturl -headers roles in setting request headers.dgp2014-07-021-1/+2
| |
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | More small documentation improvements.dkf2011-07-181-2/+2
| |
* | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
|\ \ | |/
| * [FRQ 3358415]: Minor doc improvementdkf2011-07-081-1/+2
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * Backport http 2.5.5 changes from HEADpatthoyts2008-02-271-1/+8
| | |
| | * More doc fix backportingdkf2004-10-271-50/+54
| | |
| | * * doc/http.n (http::config): add -urlencoding option (default utf-8)hobbs2004-05-251-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0.
| | * * doc/http.n: Updated SYNOPSIS to match actual syntax ofdgp2003-07-161-3/+3
| | | | | | | | | | | | commands. [Bug 756112]
* | | * doc/http.n: Corrected description of location of one of the entriesdkf2010-07-251-2/+2
| | | | | | | | | | | | in the state array.
* | | Use a consistent indentation of 4 for code examples.dkf2010-01-201-26/+26
| | |
* | | Improve clarity of formatting.dkf2008-10-171-8/+86
| | |
* | | more consistent wrong # arg messages: change all messages containing ↵nijtmans2008-07-131-3/+3
|/ / | | | | | | ?options? to the form ?-option value ...?
* | change http::geturl -keepalive default to 0 as it has poor true pipeline supporthobbs2008-03-121-3/+3
| |
* | * unix/Makefile.in (install-libraries): Bump http to 2.7hobbs2008-03-121-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | * win/Makefile.in (install-libraries): Added -myaddr option to allow * library/http/http.tcl (http::geturl): control of selected socket * library/http/pkgIndex.tcl: interface. [Bug 559898] * doc/http.n, tests/http.test: Added -keepalive and -protocol 1.1 with chunked transfer encoding support. [Bug 1063703, 1470377, 219225] Added ability to override Host in -headers. [Bug 928154] Added -strict option to control URL validation on per-call basis. [Bug 1560506]
* | * library/http/http.tcl (http::geturl): add -method option to supporthobbs2008-03-121-1/+6
| | | | | | | | | | * tests/http.test (http-3.1): http PUT and DELETE requests. * doc/http.n: [Bug 1599901, 862554]
* | * doc/http.n: Revised to indicate that [package require http 2.5.5]dgp2008-03-101-3/+3
| | | | | | | | is needed to get all the documented commands ([http::meta]).
* | bug #705956 - fix inverted logic when cleaning up socket error in geturl. ↵patthoyts2008-02-271-1/+8
| | | | | | | | Document meta accessor.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | GOOBE the docs some more.dkf2007-10-291-13/+15
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-20/+17
| | | | | | | | generation works
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-2/+2
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-7/+8
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-8/+7
| |
* | Remove over-wide lines from nroff output.dkf2007-07-041-3/+5
| |
* | Convert \fP to \fR for easier manual page scrapingdkf2006-11-151-89/+89
| |
* | More minor doc fixesdkf2004-10-271-29/+32
| |
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-2/+2
| |
* | Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-23/+24
| |
* | * doc/http.n (http::config): add -urlencoding option (default utf-8)hobbs2004-05-251-3/+13
| | | | | | | | | | | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0.
* | * doc/http.n: Updated SYNOPSIS to match actual syntax ofdgp2003-07-161-3/+3
|/ | | | commands. [Bug 756112]
* Man page updates from Larry Virden.jenglish2002-07-231-2/+2
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-3/+3
|
* * Work in progress updating the documentation of the packages thatdgp2002-06-271-3/+3
| | | | come bundled with the Tcl source distribution, notably tcltest.
* typodgp2002-04-181-2/+2
|
* * Updated http package to version 2.4,dgp2001-09-071-2/+2
| | | | reflecting the new features just added.
* * doc/http.n: noted -binary, charset and coding state keys.hobbs2001-09-071-8/+20
| | | | | | | | | | * tests/http.test: * library/http/pkgIndex.tcl: * library/http/http.tcl (geturl): correctly get charset parameter and convert text according to specified encoding (if known). RFC iso8859-1 is used by default. Also recognize Content-encoding to see if we should do binary translation. Added a CYA -binary switch for the cases that were missed. [Bug #219211 #219399]
* New or changed "SEE ALSO" section.poenitz2000-09-071-4/+3
|
* 2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com>hobbs2000-06-021-21/+58
| | | | | | | | | | | | | | | * tests/http.test * doc/http.n * library/http2.3/http.tcl: Fixed bug 5741, where unsuccessful geturl calls sometimes leaked memory and resources (sockets). Also, switched around some of the logic so that http::wait never throws an exception. This is because in an asynchronous geturl, the command callback will probably end up doing all the error handling anyway, and in an asynchronous situation, the user expects to check the state when the transaction completes, as opposed to being thrown an exception. For the http package, this menas the user can check http::status for "error" and http::error for the error message after doing the http::wait.
* Documented error cases.welch2000-04-091-3/+55
|
* * library/http2.1/http.tcl: Added -querychannel option and alteredsandeep2000-03-191-2/+24
| | | | | | | | | | | | | | | | | | | | | | some of Brent's modifications to allow asynchronous posts (via -command). Also modified -queryprogress so that it calls the query callback as <callback> <token> <total size> <current size> to be consistent with -progress. Added -queryblocksize option with default 8192 bytes for post blocksize. Fixed a bunch of potential memory leaks for the case when geturl receives bad args or can't open a socket, etc. Overall, the package really rocks now. * doc/http.n: Added -queryblocksize, -querychannel, and -queryprogress. Also, changed the description of -blocksize, which states that the -progress callback will be called for each block, to now qualify that with an "if -progress is specified". * tests/http.test: Added a querychannel test for synchronous and asynchronous posts, altered the queryprogress test such that the callback conforms to the -progress format. Also, had to use the -queryblocksize option to do the post 16K at a time to match Brent's expected results (and to test that -queryblocksize works).