MCPcopy Create free account

hub / github.com/apify/impit / functions

Functions347 in github.com/apify/impit

↓ 1 callersMethoddelete
Delete a cookie by name. May optionally include domain and path in order to specify exactly which cookie to delete.
impit-python/python/impit/cookies.py:98
↓ 1 callersMethoddelete
( &self, py: Python<'python>, url: String, content: Option<Vec<u8>>, d
impit-python/src/async_client.rs:254
↓ 1 callersMethodfetch
(resource, init)
impit-node/index.wrapper.js:262
↓ 1 callersMethodgenerate_multipart_boundary
(&self)
impit/src/impit.rs:699
↓ 1 callersFunctionget_or_create_browser_provider_and_verifier
( tls_fingerprint: TlsFingerprint, )
impit/src/tls/mod.rs:44
↓ 1 callersFunctionget_vanilla_verifier
()
impit/src/tls/mod.rs:29
↓ 1 callersMethodhead
( &self, py: Python<'python>, url: String, content: Option<Vec<u8>>, d
impit-python/src/async_client.rs:158
↓ 1 callersFunctionheaders
()
impit/src/fingerprint/database/safari.rs:138
↓ 1 callersFunctionhttp2_fingerprint
()
impit/src/fingerprint/database/safari.rs:117
↓ 1 callersMethodinto_builder
(self)
impit-node/src/impit_builder.rs:153
↓ 1 callersFunctionisMuslFromChildProcess
()
impit-node/index.js:54
↓ 1 callersFunctionisMuslFromFilesystem
()
impit-node/index.js:26
↓ 1 callersFunctionisMuslFromReport
()
impit-node/index.js:34
↓ 1 callersFunctionisRedirectStatus
(status)
impit-node/index.wrapper.js:42
↓ 1 callersMethodis_connect_error
(&self)
impit/src/errors.rs:108
↓ 1 callersMethodoptions
( &self, py: Python<'python>, url: String, content: Option<Vec<u8>>, d
impit-python/src/async_client.rs:278
↓ 1 callersFunctionparseMultipart
(body: Buffer, boundary: string)
impit-node/test/mock.server.ts:29
↓ 1 callersMethodparse_url
(&self, url: String)
impit/src/impit.rs:358
↓ 1 callersMethodpatch
( &self, py: Python<'python>, url: String, content: Option<Vec<u8>>, d
impit-python/src/async_client.rs:206
↓ 1 callersFunctionprescan_bytestream
A lazy implementation of the prescan algorithm, using `lol_html` to parse the HTML and extract the encoding. See more details at https://html.spec.wh
impit/src/response_parsing/mod.rs:31
↓ 1 callersMethodput
( &self, py: Python<'python>, url: String, content: Option<Vec<u8>>, d
impit-python/src/async_client.rs:230
↓ 1 callersFunctionrequireNative
()
impit-node/index.js:63
↓ 1 callersFunctionrethrowNativeError
(err)
impit-node/errors.js:72
↓ 1 callersFunctionrunOne
(filePath)
impit-node/test/e2e/run-e2e-tests.mjs:29
↓ 1 callersFunctionrunProxyServer
(port: number)
impit-node/test/mock.server.ts:221
↓ 1 callersFunctionshouldRewriteRedirectToGet
(httpStatus, method)
impit-node/index.wrapper.js:63
↓ 1 callersMethodshould_use_h3
(&self, host: &String)
impit/src/impit.rs:374
↓ 1 callersMethodtext
(&mut self, py: Python<'_>)
impit-python/src/response.rs:448
↓ 1 callersFunctiontls_fingerprint
()
impit/src/fingerprint/database/safari.rs:31
↓ 1 callersMethodtrace
( &self, py: Python<'python>, url: String, content: Option<Vec<u8>>, d
impit-python/src/async_client.rs:302
↓ 1 callersMethodwith_fallback_to_vanilla
If set to `true`, the client will retry the request without impersonation if the impersonated browser encounters an error.
impit/src/impit.rs:150
↓ 1 callersMethodwith_host
TODO: Enforce `with_host` to be called before `build`
impit/src/http_headers/mod.rs:98
↓ 1 callersMethodwith_https
(&mut self, https: bool)
impit/src/http_headers/mod.rs:108
↓ 1 callersMethodwith_padding
(mut self, enabled: bool)
impit/src/fingerprint/mod.rs:186
↓ 1 callersMethodwith_session_ticket
(mut self, enabled: bool)
impit/src/fingerprint/mod.rs:176
Method__aenter__
( slf: Py<Self>, py: Python<'_>, )
impit-python/src/async_client.rs:26
Method__aexit__
( &self, _exc_type: &crate::Bound<'_, crate::PyAny>, _exc_value: &crate::Bound<'_, cra
impit-python/src/async_client.rs:33
Method__aiter__
(slf: PyRef<'_, Self>)
impit-python/src/response.rs:101
Method__bool__
Return True if there are any cookies in the jar.
impit-python/python/impit/cookies.py:165
Method__delitem__
Delete a cookie by name.
impit-python/python/impit/cookies.py:153
Method__enter__
(slf: Py<Self>)
impit-python/src/client.rs:26
Method__exit__
( &self, _exc_type: &crate::Bound<'_, crate::PyAny>, _exc_value: &crate::Bound<'_, cra
impit-python/src/client.rs:30
Method__getitem__
Get a cookie by name.
impit-python/python/impit/cookies.py:146
Method__init__
(self, cookies: CookieTypes | None = None)
impit-python/python/impit/cookies.py:32
Method__iter__
Return an iterator over the names of the cookies in the jar.
impit-python/python/impit/cookies.py:161
Method__iter__
(slf: PyRef<'_, Self>)
impit-python/src/response.rs:29
Method__len__
Return the number of cookies in the jar.
impit-python/python/impit/cookies.py:157
Method__next__
(mut slf: PyRefMut<'_, Self>)
impit-python/src/response.rs:33
Method__repr__
Return a string representation of the Cookies object.
impit-python/python/impit/cookies.py:171
Method__repr__
(&self)
impit-python/src/response.rs:273
Method__setitem__
Set a cookie by name.
impit-python/python/impit/cookies.py:142
Function_serve
()
impit-python/test/basic_client_test.py:656
Methodaclose
(slf: Py<Self>, py: Python<'_>)
impit-python/src/response.rs:286
Methodbuilder
()
impit/src/impit.rs:236
Methodbuilder
()
impit/src/tls/mod.rs:80
Methodcleanup
()
impit-node/index.wrapper.js:370
Methodclone_response
(&self)
impit-node/src/response.rs:319
Methodclose_async_impl
(slf: Py<Self>)
impit-python/src/response.rs:511
Methodconfig_list
Returns the ECH configuration list.
impit/src/fingerprint/mod.rs:211
Methodconstructor
(msg)
impit-node/errors.js:1
Methodconstructor
(msg)
impit-node/errors.js:20
Methodconstructor
(options)
impit-node/index.wrapper.js:79
Methodcontent
(&mut self, py: Python<'_>)
impit-python/src/response.rs:443
Methodcookies
(&self, _url: &Url)
impit-node/src/cookies.rs:20
Methodcookies
(&self, url: &Url)
impit-python/src/cookies.rs:105
Methoddecode_buffer
(&self, buffer: BufferSlice)
impit-node/src/response.rs:176
Methoddefault
()
impit/src/impit.rs:38
Methoddefault
()
impit/src/tls/mod.rs:93
Methoddelete
Makes a `DELETE` request to the specified URL. The `url` parameter should be a valid URL. Additional options like `headers`, `timeout` or HTTP/3 usag
impit/src/impit.rs:645
Methodescape
(str)
impit-node/index.wrapper.js:129
Methodfinalize
(self, env: Env)
impit-node/src/lib.rs:42
Functionfingerprint
()
impit/src/fingerprint/database/okhttp.rs:67
Functionfingerprint
Returns the complete Firefox 128 fingerprint
impit/src/fingerprint/database/firefox.rs:10
Functionfingerprint
()
impit/src/fingerprint/database/safari.rs:21
Methodfrom
(err: ImpitError)
impit-python/src/errors.rs:37
Methodfrom
(err: reqwest::Error)
impit/src/errors.rs:102
Methodfrom
(val: Vec<(String, String)>)
impit/src/http_headers/mod.rs:57
Methodfrom
(content_type: &str)
impit/src/response_parsing/mod.rs:159
Methodfrom_async
( val: Response, preferred_encoding: Option<String>, stream: bool, )
impit-python/src/response.rs:518
Methodfrom_httpx_cookies
(py: Python<'_>, cookies: Py<PyAny>)
impit-python/src/cookies.rs:189
Methodfrom_napi_value
(env: sys::napi_env, napi_val: sys::napi_value)
impit-node/src/response.rs:78
Methodgenerate_multipart_boundary
(&self)
impit/src/fingerprint/mod.rs:40
Methodget_builder
()
impit/src/http_headers/mod.rs:16
Methodget_multipart_boundary
(&self)
impit-node/src/lib.rs:89
Methodhead
Makes a `HEAD` request to the specified URL. The `url` parameter should be a valid URL. Additional options like `headers`, `timeout` or HTTP/3 usage
impit/src/impit.rs:600
Functionimpit
(_py: Python, m: &Bound<'_, PyModule>)
impit-python/src/lib.rs:18
Methodinit
()
impit/src/http3.rs:22
FunctionisFileMusl
(f)
impit-node/index.js:24
Functionmain
()
impit-node/build.rs:3
Functionmain
()
impit/examples/basic.rs:5
Methodmode
Returns the ECH mode.
impit/src/fingerprint/mod.rs:206
Methodnew
(env: &Env, options: Option<ImpitOptions>)
impit-node/src/lib.rs:68
Methodnew
( inner: S, abort_rx: Arc<tokio::sync::Mutex<Option<tokio::sync::mpsc::Receiver<()>>>>, )
impit-node/src/abortable_stream.rs:14
Methodnew
( py: Python<'_>, browser: Option<String>, http3: Option<bool>, proxy: Option<
impit-python/src/async_client.rs:45
Methodnew
( status_code: u16, content: Option<Vec<u8>>, headers: Option<HashMap<String, String>>
impit-python/src/response.rs:232
Methodnew
( py: Python<'_>, browser: Option<String>, http3: Option<bool>, proxy: Option<
impit-python/src/client.rs:40
Methodnew
(py: Python<'_>, cookie_jar: Py<PyAny>)
impit-python/src/cookies.rs:179
Methodnew
Creates a new [`Impit`] instance based on the options stored in the [`ImpitBuilder`] instance.
impit/src/impit.rs:311
Methodnew
(options: &HttpHeadersBuilder)
impit/src/http_headers/mod.rs:10
Methodnew
( name: impl Into<String>, version: impl Into<String>, tls: TlsFingerprint, ht
impit/src/fingerprint/mod.rs:24
← previousnext →101–200 of 347, ranked by callers