Package http.plt contributed by synx [docs]
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: 137
Tickets:0
Open tickets:0
Primary files:
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(5 1)
66
[none]2011-03-04
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]2011-03-04
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]2010-12-22
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]2010-12-17
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]2010-12-12
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]2010-11-02
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]2009-12-08
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]2009-12-08
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]2009-12-07
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]2009-11-14
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 2))))
Available in repositories: 4.x
Enhanced HTTP Client
(2 1)
1
[none]2009-11-11
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 1))))
Available in repositories: 4.x
Enhanced HTTP Client
(2 0)
0
[none]2009-11-04
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]2009-04-27
To load: (require (planet "main.ss" ("synx" "http.plt" 1 (= 0))))
Available in repositories: 4.x
HTTP 1.1 Pipelining Client