diff options
author | hobbs <hobbs> | 2008-03-12 05:57:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-03-12 05:57:43 (GMT) |
commit | 2a8fbfca012f397ebc7a5978ce851691cc48ba7b (patch) | |
tree | 81017bbcd52d2c770896c9935385d5f3c5757dd2 /ChangeLog | |
parent | 0a7572c971ff4828a543fd4de8c92affc3d6eaaa (diff) | |
download | tcl-2a8fbfca012f397ebc7a5978ce851691cc48ba7b.zip tcl-2a8fbfca012f397ebc7a5978ce851691cc48ba7b.tar.gz tcl-2a8fbfca012f397ebc7a5978ce851691cc48ba7b.tar.bz2 |
* library/http/http.tcl (http::geturl): add -method option to support
* tests/http.test (http-3.1): http PUT and DELETE requests.
* doc/http.n: [Bug 1599901, 862554]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-03-11 Jeff Hobbs <jeffh@ActiveState.com> + * library/http/http.tcl (http::geturl): add -method option to support + * tests/http.test (http-3.1): http PUT and DELETE requests. + * doc/http.n: [Bug 1599901, 862554] + * library/http/http.tcl: whitespace changes, code cleanup. Allow http to be re-sourced without overwriting http state. |