HttpClient.open

Make a request for the resource specified via the constructor, using a callback for pumping additional data to the host. This defaults to a three-second timeout period. The return value represents the input buffer, from which all returned headers and content may be accessed.

  1. InputBuffer open()
  2. InputBuffer open(Pump pump)
    class HttpClient
    InputBuffer
    open
  3. InputBuffer open(RequestMethod method, Pump pump)

Meta