Created
July 31, 2015 15:06
-
-
Save hannesvdvreken/8221a124fc54e9e2cc6a to your computer and use it in GitHub Desktop.
HttpAdapter::sendRequest method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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