This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Brad Choate (author)
Mon Nov 23 14:39:09 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 17 16:22:58 -0700 2009 | |
| |
CHANGES.rst | Mon Nov 23 14:39:09 -0800 2009 | |
| |
LICENSE | Tue Sep 29 15:25:17 -0700 2009 | |
| |
MANIFEST.in | Mon Sep 28 16:32:08 -0700 2009 | |
| |
README.rst | Thu Sep 03 11:30:39 -0700 2009 | |
| |
batchhttp/ | Mon Nov 23 14:39:09 -0800 2009 | |
| |
doc/ | Mon Nov 23 14:39:09 -0800 2009 | |
| |
requirements.txt | Tue Sep 01 16:57:47 -0700 2009 | |
| |
setup.py | Mon Nov 23 14:39:09 -0800 2009 | |
| |
stdeb.cfg | Thu Sep 17 13:54:11 -0700 2009 | |
| |
tests/ | Thu Sep 24 15:15:29 -0700 2009 |
README.rst
batchhttp provides parallel fetching of HTTP resources through MIME multipart encoding.
This package's BatchClient applies standard MIME multipart encoding to HTTP messages, providing a standards-conservant technique for making parallelizable HTTP requests over a single proxy connection.
To make a batch request, open a new request on a BatchClient instance and add your subrequests, along with callbacks that will receive the subresponses. Once all parallelized requests are added, complete the request; the request is made and the batched subresponses are provided to your callbacks.
This is an implementation of the draft specification for batch HTTP request processing available at:
http://martin.atkins.me.uk/specs/batchhttp







