-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[dotnet] Log http requests/responses via internal DiagnosticsHttpHandler #13978
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
nvborisenko
merged 28 commits into
SeleniumHQ:trunk
from
ChrstnAnsl:dotnet-fix-no-such-execution-context
Jun 23, 2024
Merged
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a6c82f6
[dotnet] Add Execution Context
ChrstnAnsl 9361903
Merge branch 'trunk' into dotnet-fix-no-such-execution-context
ChrstnAnsl abdd77c
Added http status code validation
ChrstnAnsl 081b2b7
Merge branch 'dotnet-fix-no-such-execution-context' of https://github…
ChrstnAnsl 535558a
update validation http status code validation as int
ChrstnAnsl ef9be50
Merge branch 'trunk' into dotnet-fix-no-such-execution-context
ChrstnAnsl ef1aeb2
Update http validation status code from 299 to 399
ChrstnAnsl 9bf4018
Merge branch 'dotnet-fix-no-such-execution-context' of https://github…
ChrstnAnsl 6b5b0d3
Logs Response to HttpClientHandler
ChrstnAnsl 2cbc993
update name
ChrstnAnsl 2c41350
revert http response message logger
ChrstnAnsl cd57a4e
Remove White Space
ChrstnAnsl 62dc7a8
fix build error
ChrstnAnsl ace83aa
Update InterceptAsync Summary
ChrstnAnsl be96a83
Update Logger field initialization
ChrstnAnsl 1b1421f
Remove logger parameter in ResponseLoggerInterceptor method
ChrstnAnsl 62c70b8
fix comment to add responseBody inside the if statement
ChrstnAnsl a64a1fe
Update Delegating Handler and Remove unable to push files in local
ChrstnAnsl 3b6a3ca
Update from null validation to status code
ChrstnAnsl 4d42101
Fix comment
ChrstnAnsl 4240536
fix minor comments and adjust logic improvement
ChrstnAnsl 5c0822d
Revert "fix minor comments and adjust logic improvement"
nvborisenko 30bd8f0
Null check for response content
nvborisenko d0ebc69
Merge remote-tracking branch 'upstream/trunk' into pr/13978
nvborisenko 46db007
Requests/Responses as single log message
nvborisenko 177291d
Pass logger from upstream
nvborisenko 3817377
Fix missing responses in log
nvborisenko 09de10c
Put log message in parallel with sending a request
nvborisenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.