constant RequestOptions::QUERY in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/RequestOptions.php \GuzzleHttp\RequestOptions::QUERY
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
GuzzleHttpCode
const QUERY = 'query';