\Cake\Http\ClientAdapterInterface

Summary

Methods
Constants
send()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

send()

send(\Cake\Http\Client\Request  $request, array  $options) : array<mixed,\Cake\Http\Client\Response>

Send a request and get a response back.

Parameters

\Cake\Http\Client\Request $request

The request object to send.

array $options

Array of options for the stream.

Returns

array<mixed,\Cake\Http\Client\Response> —

Array of populated Response objects