-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A single flow for all outgoing HTTP requests
phase 1 - builder, runner, all json requests Additional methods in HttpJsonRequest allows customizing the HTTP request further by adding headers. The default internal implementation has been refactoring to allow sending general HTTP requests, not necessarily JSON requests and responses. Custom implementations and change the underlying HTTP invocation by simply overriding doRequestGeneral(..), affecting all outgoing HTTP requests issued by the platform. Signed-off-by: Tareq Sharafy <[email protected]> Change-Id: I2f334b7bb133b3f136d2b8e5b18301602f427355
- Loading branch information
Showing
18 changed files
with
380 additions
and
224 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
Oops, something went wrong.