constant RequestOptions::PROXY in Lockr 7.3
proxy: (string|array) Pass a string to specify an HTTP proxy, or an array to specify different proxies for different protocols (where the key is the protocol and the value is a proxy string).
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 185
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const PROXY = 'proxy';