This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
string | Value of the constant. |
This method is not documented.
bool | If true, the external process is complete and resolving this future will not block. |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
list | A list of sockets which we expect to become readable. |
This method is not documented.
list | A list of sockets which we expect to become writable. |
This method is not documented.
wild | Final resolution of this future. |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
string | $uri | Fully-qualified URI to send a request to. |
mixed | $data | String or array to include in the request. Strings will be transmitted raw; arrays will be encoded and sent as 'application/x-www-form-urlencoded'. |
float | $timeout | Maximum timeout, in seconds. |
float | Maximum number of seconds the request will execute for. |
string | $method | HTTP method name. |
string | HTTP method name, like "GET". |
This method is not documented.
string | $uri | URI to send the request to. |
string | URI the request will be sent to. |
mixed | $data | Data to send with the request. |
mixed | Data which will be sent. |
string | $name | Header name, like "Accept-Language". |
string | $value | Header value, like "en-us". |
string|null | $filter | Optional filter, which selects only headers with that name if provided. |
array | List of all (or all matching) headers. |
array|null | $status_codes | List of expected HTTP status codes. |
array|null | List of expected status codes. |
string | $username | Username to authenticate with. |
PhutilOpaqueEnvelope | $password | Password to authenticate with. |
This method is not documented.
This method is not documented.
This method is not documented.
tuple | HTTP request result <body, headers> tuple. |
string | $raw_response | Raw HTTP response. |
tuple | Valid resolution tuple. |
string | $head_raw | Raw HTTP headers. |
list | List of HTTP header tuples. |
list | $headers | List of headers from `resolve()`. |
string | $search | Case insensitive header name. |
string | Value of the header or null if not found. |
tuple | Valid resolution tuple. |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.