-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: new HTTPClient type (#361)
* refactor: add new HTTPClient type * test: implement HTTPClientMock * refactor(storage): use new HTTPClient on storage methods * refactor: separate http types into multiple files * improve HTTPClientMock * adopt new type in all packages * Remove old HTTP client * rename _HTTPClient * Remove ambiguous access to NSEC_PER_SEC * Move stringfy function * fix after rebase
- Loading branch information
Showing
36 changed files
with
1,232 additions
and
469 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
Oops, something went wrong.