public function ClientInterface::send in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/guzzle/src/ClientInterface.php \GuzzleHttp\ClientInterface::send()
Send an HTTP request.
Parameters
RequestInterface $request Request to send:
array $options Request options to apply to the given: request and to the transfer.
Return value
Throws
1 method overrides ClientInterface::send()
- Client::send in vendor/
guzzlehttp/ guzzle/ src/ Client.php - Send an HTTP request.
File
- vendor/
guzzlehttp/ guzzle/ src/ ClientInterface.php, line 27
Class
- ClientInterface
- Client interface for sending HTTP requests.
Namespace
GuzzleHttpCode
public function send(RequestInterface $request, array $options = []);