Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ Client
Class
Client
src/client/async_impl/mod.rs:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
/// A client for making HTTP requests.
25
#[pyclass(subclass)]
26
pub struct Client(wreq::Client);
27
28
impl Deref for Client {
29
type Target = wreq::Client;
Callers
2
main
Function · 0.85
request_firefox
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected