Package http.plt contributed by synx [docs]
To load: (require (planet synx/http:3:2))
Old style:(require (planet "main.ss" ("synx" "http.plt" 3 2)))
Package description:
A few tricks on top of net/url
Downloads this week: 0
Total downloads: 23
Tickets:0
Open tickets:0
Primary files:
[no interface available]
 Current version
PLaneT versionExternal VersionSourceDLsDocsReq. PLT
(3 2)
0
[none]
To load: (require (planet synx/http: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.

No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal VersionSourceDLsDocsReq. PLT
(3 1)
1
[none]
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]
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)
1
[none]
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 2))))
Available in repositories: 4.x
Enhanced HTTP Client
(2 1)
1
[none]
To load: (require (planet "main.ss" ("synx" "http.plt" 2 (= 1))))
Available in repositories: 4.x
Enhanced HTTP Client
(2 0)
0
[none]
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)
19
[none]
To load: (require (planet "main.ss" ("synx" "http.plt" 1 (= 0))))
Available in repositories: 4.x
HTTP 1.1 Pipelining Client