mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
feat(fetch): mTLS client certificates for fetch() (#11721)
This commit adds support for specifying client certificates when using fetch, by means of `Deno.createHttpClient`.
This commit is contained in:
parent
5d814a4c24
commit
dccf4cbe36
11 changed files with 254 additions and 56 deletions
|
@ -237,6 +237,7 @@ impl FileFetcher {
|
|||
None,
|
||||
None,
|
||||
unsafely_ignore_certificate_errors,
|
||||
None,
|
||||
)?,
|
||||
blob_store,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue