HttpClient.open

Make a request for the resource specified via the constructor, using the specified timeout period (in milli-seconds).The return value represents the input buffer, from which all returned headers and content may be accessed.

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

Meta