Skip to content

[HttpClient] add note about getInfo(debug) #11632

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

Merged
merged 2 commits into from
May 31, 2019
Merged

Conversation

nicolas-grekas
Copy link
Member

As implemented in symfony/symfony#31641

@@ -265,6 +265,9 @@ following methods::
// you can get individual info too
$startTime = $response->getInfo('start_time');

.. tip::
Call ``$response->getInfo('debug')`` to get detailed logs about the HTTP transaction.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be an empty line between the start of the directive (.. tip::) and its content.

@weaverryan
Copy link
Member

Thanks Nicolas!

@weaverryan weaverryan merged commit 0278830 into symfony:4.3 May 31, 2019
weaverryan added a commit that referenced this pull request May 31, 2019
…ekas, weaverryan)

This PR was merged into the 4.3 branch.

Discussion
----------

[HttpClient] add note about getInfo(debug)

As implemented in symfony/symfony#31641

Commits
-------

0278830 fixing syntax
b05f9ca [HttpClient] add note about getInfo(debug)
@nicolas-grekas nicolas-grekas deleted the hc++ branch June 3, 2019 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants