MCPcopy 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)]
26pub struct Client(wreq::Client);
27
28impl Deref for Client {
29 type Target = wreq::Client;

Callers 2

mainFunction · 0.85
request_firefoxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected