Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
node_modules
/
get-uri
/
dist
/
https.d.ts
blob: 152d4c0a219b80de1aa1b6626a1d07e59f6b79f2 [
file
]
import
{
HttpOptions
}
from
'./http'
;
import
type
{
GetUriProtocol
}
from
'.'
;
/**
* Returns a Readable stream from an "https:" URI.
*/
export
declare
const
https
:
GetUriProtocol
<
HttpOptions
>;