Adds \Joomla\Http\Http::sendRequest(\Psr\Http\Message\RequestInterface $request) : \Joomla\Http\Response to support sending requests using a PSR-7 request object as the data source for the request
Adds supports for PSR-7 style headers arrays to the transport adapters
Summary of Changes
\Joomla\Http\Http::sendRequest(\Psr\Http\Message\RequestInterface $request) : \Joomla\Http\Response
to support sending requests using a PSR-7 request object as the data source for the request