Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deknowny/reqsnaked
/ functions
Functions
75 in github.com/deknowny/reqsnaked
⨍
Functions
75
◇
Types & classes
22
↓ 20 callers
Method
json
(&self, py: Python<'rt>)
src/aio/response.rs:57
↓ 14 callers
Method
send
(&self, request: &PyCell<Request>, py: Python<'rt>)
src/aio/client.rs:73
↓ 13 callers
Method
query
(&self, keys: Vec<PyIndex>)
src/json.rs:106
↓ 11 callers
Method
to_string
(&self)
src/rs2py/http_version.rs:29
↓ 3 callers
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/mod.rs:8
↓ 3 callers
Method
to_native
(&self)
src/py2rs/url.rs:24
↓ 3 callers
Function
wrap_reqwest_error
(error: reqwest::Error)
src/exceptions.rs:39
↓ 2 callers
Function
_timeit
(func: Callable[[Any, Any], Awaitable[Any]], **kwargs)
sandbox/rrr.py:55
↓ 2 callers
Method
access_at
(&'rt self, keys: Vec<PyIndex>)
src/json.rs:58
↓ 2 callers
Method
build
(&self, client: &reqwest::Client)
src/aio/request.rs:31
↓ 2 callers
Function
get_aiohttp_request
(user_ids: List[str])
sandbox/rrr.py:33
↓ 2 callers
Function
get_reqsnaked_request
(user_ids: List[str])
sandbox/rrr.py:11
↓ 2 callers
Function
query_hashmap_to_vec
( query: std::collections::HashMap<String, QueryParam> )
src/aio/request.rs:73
↓ 2 callers
Function
task
()
sandbox/fizz.py:40
↓ 2 callers
Function
task
()
benchmarks/test_libs.py:25
↓ 1 callers
Method
as_bytes
(&'rt self, py: Python<'rt>)
src/rs2py/bytes.rs:10
↓ 1 callers
Method
extract
(ob: &'rt PyAny)
src/py2rs/url.rs:8
↓ 1 callers
Function
get_preprared_clients
(user_ids: List[str])
sandbox/rrr.py:60
↓ 1 callers
Method
headers
(&self)
src/aio/response.rs:53
↓ 1 callers
Function
main
()
sandbox/eee.py:7
↓ 1 callers
Function
main
()
sandbox/bazz.py:12
↓ 1 callers
Function
main
()
sandbox/rrr.py:70
↓ 1 callers
Function
main
()
sandbox/foo.py:7
↓ 1 callers
Function
main
()
sandbox/fizz.py:16
↓ 1 callers
Function
main
()
sandbox/bar.py:19
↓ 1 callers
Method
py_awaitable_request
( &self, client: reqwest::Client, request: reqwest::Request, py: Python<'rt>,
src/aio/client.rs:13
↓ 1 callers
Method
read
(self)
sandbox/bar.py:12
↓ 1 callers
Method
show
(&self, keys: Vec<PyIndex>)
src/json.rs:112
↓ 1 callers
Method
status
(&'rt self, py: Python<'rt>)
src/aio/response.rs:41
↓ 1 callers
Method
to_object
(&self, py: Python<'_>)
src/json.rs:22
↓ 1 callers
Method
version
(&self)
src/aio/response.rs:48
Method
__getitem__
(&'rt self, key: &str)
src/rs2py/header_map.rs:20
Function
aiohttp_check
( client: aiohttp.ClientSession, amount: int, request: dict )
sandbox/rrr.py:44
Method
boundary
(&self)
src/aio/multipart/form.rs:27
Function
client
()
tests/conftest.py:6
Method
extract
(ob: &'rt PyAny)
src/py2rs/http_method.rs:12
Method
from
(value: reqwest::Version)
src/rs2py/http_version.rs:15
Method
gnaw
(slf: PyRef<'rt, Self>, py: Python<'rt>)
src/aio/response.rs:15
Function
httpx_client
()
benchmarks/test_libs.py:18
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/exceptions.rs:61
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/rs2py/mod.rs:7
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/rs2py/http_version.rs:41
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/rs2py/bytes.rs:15
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/rs2py/header_map.rs:25
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/request.rs:147
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/response.rs:103
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/client.rs:80
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/multipart/mod.rs:6
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/multipart/part.rs:46
Function
init_module
(py: Python, parent_module: &PyModule, library: &PyModule)
src/aio/multipart/form.rs:38
Function
inner
()
benchmarks/test_libs.py:24
Method
new
( method: py2rs::http_method::HTTPMethod, url: py2rs::url::URL, headers: Option<std::c
src/aio/request.rs:107
Method
new
( user_agent: Option<String>, headers: Option<std::collections::HashMap<String, String>>,
src/aio/client.rs:34
Method
new
( name: String, value: PartData, filename: Option<String>, mime: Option<&str>,
src/aio/multipart/part.rs:20
Method
new
(parts: Vec<&PyCell<crate::aio::multipart::part::Part>>)
src/aio/multipart/form.rs:12
Method
read
(&'rt self, py: Python<'rt>)
src/aio/response.rs:69
Function
reqsnaked
(py: Python, module: &PyModule)
src/lib.rs:10
Function
reqsnaked_check
( client: reqsnaked.AsyncClient, request: reqsnaked.Request, amount: int, )
sandbox/rrr.py:23
Function
test_aiohttp_x10_linear
(benchmark)
benchmarks/test_libs.py:22
Function
test_basic_auth
(client: reqsnaked.Client)
tests/test_request.py:91
Function
test_bearer_auth
(client: reqsnaked.Client)
tests/test_request.py:80
Function
test_default_headers
()
tests/test_client.py:18
Function
test_default_user_agent
()
tests/test_client.py:29
Function
test_form
(client: reqsnaked.Client)
tests/test_request.py:38
Function
test_json
(client: reqsnaked.Client)
tests/test_request.py:59
Function
test_mess
()
tests/test_mess.py:9
Function
test_multipart
(client: reqsnaked.Client)
tests/test_request.py:103
Function
test_query
(client: reqsnaked.Client)
tests/test_request.py:17
Function
test_reqsnaked_x10_linear
(benchmark)
benchmarks/test_libs.py:34
Function
test_simple
()
tests/test_client.py:8
Function
test_simple
(client: reqsnaked.Client)
tests/test_request.py:8
Method
to_dict
(&self, py: Python<'rt>)
src/rs2py/header_map.rs:12
Method
to_native
(&self)
src/py2rs/duration.rs:15
Method
to_native
(&self)
src/py2rs/http_method.rs:30
Method
to_stream
(&self)
src/aio/response.rs:86