Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] add RealHttpKernel: handle requests with HttpClientInterface#30625
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| 'headers' => $headers, | ||
| 'body' => $body, | ||
| 'max_redirects' => 0, | ||
| ] + $request->attributes->get('http_client_options', [])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This line is the only difference with#30602: anhttp_client_options attribute to allow passing options to the underlying HTTP client when needed.
Uh oh!
There was an error while loading.Please reload this page.
…HttpClientInterface (fabpot)This PR was merged into the 4.3-dev branch.Discussion----------[HttpKernel] add RealHttpKernel: handle requests with HttpClientInterface| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -This commit is directly extracted from#30602 by@fabpotCommits-------b579b02 [HttpKernel] add RealHttpKernel: handle requests with HttpClientInterface
This commit is directly extracted from#30602 by@fabpot