fn create_http_states(
config_dir: Option<&Path>,
ca_certificates: CACertificates<'static>,
ignore_certificate_errors: bool,
embedder_proxy: GenericEmbedderProxy<NetToEmbedderMsg>,
) -> (Arc<HttpState>, Arc<HttpState>)Expand description
This returns a tuple HttpState and a private HttpState.