Opened 14 years ago

Last modified 14 years ago

#1018 closed enhancement

Simple HTTP client implementation (thanks Johan Lantz for the suggestion) — at Version 3

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 (optional)
  • 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
    • HTTPS (optional)

Change History (3)

comment:1 Changed 14 years ago by bennylp

  • Description modified (diff)

comment:2 Changed 14 years ago by bennylp

  • Description modified (diff)

comment:3 Changed 14 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.