private |
array |
options |
request options to configure the request; see îïöèè çàïðîñà |
private |
array |
postFields |
form data: array("fieldname" => "fieldvalue") |
private |
array |
postFiles |
files to upload: array(array("name" => "image", "file" => "/home/u/images/u.png", "type" => "image/png")) |
private |
array |
responseInfo |
information (statistical) about the request/response; see Èíôîðìàöèÿ î çàïðîñå/îòâåòå |
private |
HttpMessage |
responseMessage |
the response message |
private |
integer |
responseCode |
the numerical response code |
private |
string |
responseStatus |
the literal response status text |
private |
integer |
method |
the request method to use |
private |
string |
url |
the request url |
private |
string |
contentType |
the content type to use for raw post requests |
private |
string |
rawPostData |
raw post data |
private |
string |
queryData |
query parameters |
private |
string |
putFile |
the file to upload with a PUT request |
private |
string |
putData |
raw data to upload with a PUT request |
private |
HttpMessage |
history |
the whole request/response history if history logging is enabled |
public |
boolean |
recordHistory |
whether to enable history logging |