forked from gnarroway/hato
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to address gnarroway#55 by calculating the content-length of …
…the multipart body (where appropriate) - This introduces a new protocol called MultipartParam which can be extended to support additional content types. By default we're matching essentially what io/input-stream does by default to minimize any backwards incompatible changes here - When we know the content-length of the multipart body, supply it to the HttpClient
- Loading branch information
Vincent Pizzo
committed
May 19, 2023
1 parent
460b6c5
commit 580844b
Showing
3 changed files
with
198 additions
and
68 deletions.
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