sendHTTPRequestImpl

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

version(WithWebtitlePlugin)
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 TitleLookupResult with contents based on what was read from the URL.