Saxon:HttpClient
From EXPath
The implementation of HTTP Client for Saxon.
- Use Apache HTTP Component (HTTP Core and HTTP Client) series 4 for the HTTP layer.
- Use mime4j for parsing multipart responses.
Todo
- Adapt to the latest draft.
- Create a sequence diagram of a simple but complete request, to have a precise idea of the sequence of events (and when the connection can be released, when the response content should have been read, streamibility opportunities, etc.)