You are here

constant RequestOptions::QUERY in Lockr 7.3

query: (array|string) Associative array of query string values to add to the request. This option uses PHP's http_build_query() to create the string representation. Pass a string value if you need more control than what this method provides

File

vendor/guzzlehttp/guzzle/src/RequestOptions.php, line 193

Class

RequestOptions
This class contains a list of built-in Guzzle request options.

Namespace

GuzzleHttp

Code

const QUERY = 'query';