Opened 15 years ago
Last modified 15 years ago
#1018 closed enhancement
Simple HTTP client implementation (thanks Johan Lantz for the suggestion) — at Version 4
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.6 |
Component: | pjlib-util | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
A simple HTTP client implementation will make way for XCAP client implementation.
Specifications
Assorted specifications:
- Supported HTTP method(s):
- GET
- PUT
- DELETE
- Asynchronous:
- application create/build the HTTP request
- the request is submitted
- application will be notified when the request is complete and complete response has been received.
- Application may cancel the request once it has been submitted
- Options:
- request timeout support
- ability to add custom headers
- HTTPS (optional)
Change History (4)
comment:1 Changed 15 years ago by bennylp
- Description modified (diff)
comment:2 Changed 15 years ago by bennylp
- Description modified (diff)
comment:3 Changed 15 years ago by bennylp
- Description modified (diff)
comment:4 Changed 15 years ago by bennylp
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.