Method Protocols.OBEX.Client()->do_request()
- Method do_request
 array(int|Headers) do_request(Requestr,Headers|voidheaders,string|voidextra_req)- Description
 Perform a request/response exchange with the server, including processing of headers and request splitting.
- Parameter 
r Request opcode
- Parameter 
headers Request headers
- Parameter 
extra_req Any request data that should appear before the headers, but after the opcode
- Returns
 An array with the response information
Array intreturncodeAn HTTP response code
HeadersheadersResponse headers
- See also
 low_do_request(), do_abort(), do_put(), do_get(), do_setpath(), do_session()