sendHTTPRequestImpl

Fetches the contents of a URL, parses it into a BashLookupResult and returns it.

version(WithBashPlugin)
private
sendHTTPRequestImpl
(
const string url
,
const string caBundleFile
)

Parameters

url string

URL string to fetch.

caBundleFile string

Path to a cacert.pem SSL certificate bundle.

Return Value

Type: auto

A BashLookupResult with contents based on what was read from the URL.