Commit 7fc0e87
authored
Implement bulk_delete_request for Azure (#5681)
* Implement bulk_delete_request for Azure
* Fix lint and add Azurite bug workaround
* Special 404 error case
* Clippy fix
* Make number of expected headers more conservative and better document invariants
* Use multer for multipart parsing
* Fix clippy
* Fix clippy #2
* Reuse part response buffer
* Make multer conditional to azure feature
* One more HeaderValue::from_static
* Add tests for bulk delete request building and response parsing
* Switch back to manual parsing to avoid multer dependency, other PR suggestions
* Fixes lint1 parent 5d992a3 commit 7fc0e87
3 files changed
+509
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments