We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Error Call to protected method Bitbang\Http\Clients\CurlClient::process() from context 'Xyz\Class'
public function test() { $request = new Http\Request('GET', $this->constructUrl(); $response = $this->client->process($request); // Exception here }
The text was updated successfully, but these errors were encountered:
Sorry, that's an error in doc. You should call $client->request($request). I didn't merge process() yet.
$client->request($request)
process()
Sorry, something went wrong.
I'll fix it in few minutes...
@lexinek Fixed. The interface method is process() now.
Awesome, that was really fast!
No branches or pull requests
Fatal Error Call to protected method Bitbang\Http\Clients\CurlClient::process() from context 'Xyz\Class'
The text was updated successfully, but these errors were encountered: