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
when CURLOPT_HEADER is set to false, the response still give back header in output.
The text was updated successfully, but these errors were encountered:
Yes we are overwriting this option because we need the header for the response object.
https://github.com/CircleOfNice/CiRestClientBundle/blob/master/Services/Curl.php#L89
Sorry, something went wrong.
As Timo says this is the only option we really need to set by default. What exactly do you wanna do? Maybe we have missed something ;)
No branches or pull requests
when CURLOPT_HEADER is set to false, the response still give back header in output.
The text was updated successfully, but these errors were encountered: