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: | [no interface available] |
Current version |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(5 1) | — | [browse] | 67 | [docs] | [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. |
Old versions |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(5 0) | — | [browse] | 3 | [docs] | [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) | — | [browse] | 14 | [docs] | [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) | — | [browse] | 2 | [docs] | [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) | — | [browse] | 1 | [docs] | [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) | — | [browse] | 1 | [docs] | [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) | — | [browse] | 17 | [docs] | [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) | — | [browse] | 2 | [docs] | [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) | — | [browse] | 1 | [docs] | [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) | — | [browse] | 5 | [docs] | [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) | — | [browse] | 1 | [docs] | [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) | — | [browse] | 0 | [docs] | [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) | — | [browse] | 24 | [docs] | [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 |