wip: switch core http to okhttp

This commit is contained in:
Eduardo Speroni
2022-10-27 13:52:49 -03:00
parent e2c2f1f4a6
commit 1b25f7e3b5
7 changed files with 6117 additions and 44 deletions

View File

@@ -36,6 +36,8 @@ export interface HttpRequestOptions {
* Gets or sets whether to *not* follow server's redirection responses.
*/
dontFollowRedirects?: boolean;
signal?: AbortSignal;
}
/**