-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow creation of custom input/output streams in HurlStack (#328)
Refactor the InputStream and OutputStream creation during HurlStack request execution into protected helper methods. This allows subclasses to override these methods, e.g. to monitor the progress of writing request bytes to the OutputStream and reading response bytes from the InputStream, as desired. Co-authored-by: Jeff Davidson <[email protected]>
- Loading branch information
Showing
2 changed files
with
127 additions
and
18 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