Package http.plt contributed by synx 
To load: (require (planet synx/http:5:1))
Old style:(require (planet "main.rkt" ("synx" "http.plt" 5 1)))
Package description:
A few tricks on top of net/url
Downloads this week: 0
Total downloads: 138
Tickets:0
Open tickets:0
Primary files:
main.rkt
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(5 1)
67
[none]
[none]Friday, March 4th, 2011
To load: (require (planet synx/http:5:1))
Available in repositories: 4.x
HTTP Tricks

Just some hacks on top of net/url.

With this release it can handle gzip or deflated content encoding transparently.

No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(5 0)
3
[none]
[none]Friday, March 4th, 2011
To load: (require (planet "main.rkt" ("synx" "http.plt" 5 (= 0))))
Available in repositories: 4.x
HTTP Tricks

Just some hacks on top of net/url.

With this release it can handle gzip or deflated content encoding transparently.

(4 3)
14
[none]
[none]Wednesday, December 22nd, 2010
To load: (require (planet "main.rkt" ("synx" "http.plt" 4 (= 3))))
Available in repositories: 4.x
HTTP Tricks

Just some hacks on top of net/url.

With this release it can handle gzip or deflated content encoding transparently.

(4 2)
2
[none]
[none]Saturday, December 18th, 2010
To load: (require (planet "main.rkt" ("synx" "http.plt" 4 (= 2))))
Available in repositories: 4.x
HTTP Tricks

Just some hacks on top of net/url.

With this release it can handle gzip or deflated content encoding transparently.

(4 1)
1
[none]
[none]Monday, December 13th, 2010
To load: (require (planet "main.rkt" ("synx" "http.plt" 4 (= 1))))
Available in repositories: 4.x
HTTP Tricks

Just some hacks on top of net/url.

With this release it can handle gzip or deflated content encoding transparently.

(4 0)
1
[none]
[none]Tuesday, November 2nd, 2010
To load: (require (planet "main.rkt" ("synx" "http.plt" 4 (= 0))))
Available in repositories: 4.x
HTTP Tricks

Just some hacks on top of net/url.

With this release it can handle gzip or deflated content encoding transparently.

(3 2)
17
[none]
[none]Tuesday, December 8th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 3 (= 2))))
Available in repositories: 4.x
Enhanced HTTP Client

Made the redirects work per the RFC, fixed a dumb mistake in head calling build-head wrong.

(3 1)
2
[none]
[none]Tuesday, December 8th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 3 (= 1))))
Available in repositories: 4.x
Enhanced HTTP Client

Yikes, my changes messed up the download functions something fierce! Teach me to use thunks instead of their values. Fixed now.

(3 0)
1
[none]
[none]Tuesday, December 8th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 3 (= 0))))
Available in repositories: 4.x
Enhanced HTTP Client

Latest release revamps the redirection logic to work sanely, and not require detectable HEAD requests which might or might not redirect the same way.

(2 2)
5
[none]
[none]Saturday, November 14th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 2))))
Available in repositories: 4.x
Enhanced HTTP Client
(2 1)
1
[none]
[none]Wednesday, November 11th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 1))))
Available in repositories: 4.x
Enhanced HTTP Client
(2 0)
0
[none]
[none]Wednesday, November 4th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 0))))
Available in repositories: 4.x
A few tricks on top of net/url
(1 0)
24
[none]
[none]Monday, April 27th, 2009
To load: (require (planet "main.ss" ("synx" "http.plt" 1 (= 0))))
Available in repositories: 4.x
HTTP 1.1 Pipelining Client