MCPcopy Create free account
hub / github.com/apify/impit / with_https

Method with_https

impit/src/http_headers/mod.rs:108–111  ·  view source on GitHub ↗
(&mut self, https: bool)

Source from the content-addressed store, hash-verified

106 }
107
108 pub fn with_https(&mut self, https: bool) -> &mut Self {
109 self.https = https;
110 self
111 }
112
113 pub fn with_custom_headers(
114 &mut self,

Callers 1

build_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected