-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Improve doc for HttpClient #11586
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve doc for HttpClient #11586
Conversation
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.
Very nice improvements! Thank you Nicolas!!
First comments addressed, ready for merge if you're OK with fixing the TODOs later. |
Just asking, is there some benchmarks comparing this httpclient with others php ones? Thank you |
@noniagriconomie I found this recently: https://twitter.com/jderusse/status/1115333801419399170 |
@OskarStark yes i found it to once, but i mean real benchmarks |
Thank you Nicolas. |
This PR was merged into the 4.3 branch. Discussion ---------- Improve doc for HttpClient While in the plane from SymfonyLive Sao Paulo :) Commits ------- fb24e7b Improve doc for HttpClient
directly under the ``framework.http_client`` option: | ||
When the HttpClient component is installed, an HTTP client is available | ||
as a service named ``http_client`` or using the autowiring alias | ||
:class:`Symfony\\Constracts\\HttpClient\\HttpClientInterface`. |
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.
s/Constracts/Contracts
While in the plane from SymfonyLive Sao Paulo :)