# batchhttp **Repository Path**: mirrors_apparentlymart/batchhttp ## Basic Information - **Project Name**: batchhttp - **Description**: batchhttp provides parallel fetching of HTTP resources through MIME multipart encoding. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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