-
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
Multipart/mixed in azure-core #7083
Conversation
(message created by the CI based on PR content) Installation instructionPackage azure-coreYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
27d4878
to
34568b0
Compare
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.
* Serialize HTTPRequest * Basic deserialize Http Response * http.client response transport * Multipart helper - base version * Working full mock scenario * Parse multipart response based on content-type * Adding BOM tests * Improve a bit multipart generation * Refactor prepare_multipart_mixed * Core cleaning * Fix tests * Case insensitive dict fix * Simplify code * pylint * mypy * Python 2.7 improvement * Python 2.7 improvement, part2 * Remove unecessary test * Refactor parts * Recursive multipart * No multipart serialization on 2.7 * pylint * mypy * Fix test for 3.5 * Adding six as dep for azure-core * Make analyze job happy * Skip test that assumes dict ordering for consistency in 3.5 * Accept async on_response on async scenarios * Async on_request support * Complete support of async sansio in multipart with pipeline tests * Fix mock naming * pylint * ChangeLog / Readme
No description provided.