summaryrefslogtreecommitdiff
path: root/cli/tests/045_programmatic_proxy_client.ts
AgeCommit message (Collapse)Author
2021-06-22feat(fetch): add programmatic proxy (#10907)Tomofumi Chiba
This commit adds new options to unstable "Deno.createHttpClient" API. "proxy" and "basicAuth" options were added that allow to use custom proxy when client instance is passed to "fetch" API.