-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BlockingStreamingHttp[Response|Response] to support InputStream setter (
#1175) Motivation: BlockingStreamingHttp[Response|Response] allow a user to get the payload body as an InputStream. However the user is not able to set the payload body as an InputStream. This requires manual conversion from the user perspective and raises the bar to entry. Modifications: - BlockingStreamingHttp[Response|Response] supports an additional method to set the payloadBody as an InputStream Result: BlockingStreamingHttp[Response|Response] APIs are more InputStream friendly.
- Loading branch information
1 parent
db7d8fb
commit a323b86
Showing
5 changed files
with
97 additions
and
16 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
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