Saxon:HttpClient
From EXPath
(Difference between revisions)
Line 6: | Line 6: | ||
==Todo== | ==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.) | * 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.) | ||
[[Category:Todo]] | [[Category:Todo]] |
Revision as of 04:20, 9 January 2010
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.)