Skip to content

Instantly share code, notes, and snippets.

@hannesvdvreken
Created July 31, 2015 15:06
Show Gist options
  • Save hannesvdvreken/8221a124fc54e9e2cc6a to your computer and use it in GitHub Desktop.
Save hannesvdvreken/8221a124fc54e9e2cc6a to your computer and use it in GitHub Desktop.
HttpAdapter::sendRequest method
/**
* Sends a PSR request
*
* @param \Psr\Http\Message\RequestInterface $request
* @param array $options
*
* @return \Psr\Http\Message\ResponseInterface
*/
public function sendRequest(RequestInterface $request, array $options = []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment