-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Multipart/mixed in azure-core #7083
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
Changes from 15 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
cf68d0e
Serialize HTTPRequest
lmazuel b236e90
Basic deserialize Http Response
lmazuel 4985fa6
http.client response transport
lmazuel 79078a6
Multipart helper - base version
lmazuel 5f81289
Working full mock scenario
lmazuel 61be567
Parse multipart response based on content-type
lmazuel 9bb1c95
Adding BOM tests
lmazuel edf8ac2
Improve a bit multipart generation
lmazuel 3e0cf8d
Refactor prepare_multipart_mixed
lmazuel f12856c
Core cleaning
lmazuel d765053
Fix tests
lmazuel 8fc8ae4
Case insensitive dict fix
lmazuel 358208d
Simplify code
lmazuel 6eb0f12
pylint
lmazuel 1b35a9e
mypy
lmazuel ce4e8c2
Merge remote-tracking branch 'origin/master' into features/http_seria…
lmazuel 1a6fe94
Python 2.7 improvement
lmazuel 1c024d3
Python 2.7 improvement, part2
lmazuel 98e744d
Remove unecessary test
lmazuel 4abc62f
Refactor parts
lmazuel c7e1788
Recursive multipart
lmazuel 605d987
No multipart serialization on 2.7
lmazuel d82e737
pylint
lmazuel 2b7c844
mypy
lmazuel 9364cd5
Fix test for 3.5
lmazuel d0d4e5b
Adding six as dep for azure-core
lmazuel 2a8cabd
Make analyze job happy
lmazuel f0d54c3
Skip test that assumes dict ordering for consistency in 3.5
lmazuel 15af826
Merge remote-tracking branch 'origin/master' into features/http_seria…
lmazuel 4be0c71
Accept async on_response on async scenarios
lmazuel 50b68ef
Async on_request support
lmazuel b1046f3
Complete support of async sansio in multipart with pipeline tests
lmazuel b22f6e1
Fix mock naming
lmazuel 0d20e4d
pylint
lmazuel a97ce1b
ChangeLog / Readme
lmazuel 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.