feat(http_util): Implement multipart/mixed support#2161
Conversation
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
|
cc @ClSlaid, please take a look. |
|
😋It will be great if we could have a test for multi parts.(can be done in another PR.) |
I don't understand. Both |
No. It's not a service capability. |
😨I mean the functions which use them(the two |
Signed-off-by: Xuanwo <github@xuanwo.io>
Maybe you mean this? 36c7cc0 |
ClSlaid
left a comment
There was a problem hiding this comment.
LGTM, good to see a fancy multipart implement!
Oh sorry. I saw the test. I wasn't at the computer just now. |
This PR will add
multipart/mixedsupport which makes it easier for developers to build requests withmultipart/mixedcontent type.