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

Method builder

impit/src/impit.rs:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234
235impl<CookieStoreImpl: CookieStore + 'static> Impit<CookieStoreImpl> {
236 pub fn builder() -> ImpitBuilder<CookieStoreImpl> {
237 ImpitBuilder::default()
238 }
239
240 fn new_reqwest_client(
241 config: &ImpitBuilder<CookieStoreImpl>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected