-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[rest] switch base responses to ABCs #20448
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
edab626
switch to protocol
iscai-msft c2157a5
update changelog
iscai-msft bdbbb6e
add initial tests
iscai-msft 324f1ae
switch from protocol to abc
iscai-msft 07f4ce2
improve HttpResponse docstrings
iscai-msft b5d9ade
lint
iscai-msft 312b0fc
HeadersType -> MutableMapping[str, str]
iscai-msft 9a00a7f
remove iter_text and iter_lines
iscai-msft d7e39c7
update tests
iscai-msft 90da0a4
improve docstrings
iscai-msft 60a8123
Merge branch 'remove_iter_text_lines' of https://github.com/iscai-msf…
iscai-msft 0a1eb95
have base impls handle more code
iscai-msft 0304a0c
add set_read_checks
iscai-msft 47660f3
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
iscai-msft c428a6b
commit to restart pipelines
iscai-msft f9f40a1
address xiang's comments
iscai-msft c8915df
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
iscai-msft e927262
lint
iscai-msft 7e5804d
clear json cache when encoding is updated
iscai-msft 4609104
make sure content type is empty string if doesn't exist
iscai-msft 8e4febd
update content_type to be None if there is no content type header
iscai-msft 11f4440
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
iscai-msft 590c6f4
fix passing encoding to text method error
iscai-msft ddfd235
update is_stream_consumed docs
iscai-msft d314548
remove erroneous committed code
iscai-msft 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 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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 is a slightly tangential change, but I wanted to move this to pipeline client to keep the rest file more focused on being the request and protocol responses