Changes between Initial Version and Version 1 of Ticket #1018
- Timestamp:
- Jan 12, 2010 10:51:57 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1018 – Description
initial v1 1 1 A simple HTTP client implementation will make way for XCAP client implementation. 2 3 == Specifications == 4 5 Assorted specifications: 6 - Supported HTTP method(s): 7 - GET 8 - PUT (optional) 9 - Asynchronous: 10 - application create/build the HTTP request 11 - the request is submitted 12 - application will be notified when the request is complete and complete response has been received. 13 - Application may cancel the request once it has been submitted 14 - Options: 15 - request timeout support 16