Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ headers
Method
headers
src/client/async_impl/mod.rs:409–411 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
407
/// Returns the headers of the client.
408
#[getter]
409
pub fn headers(&self) -> HeaderMap {
410
HeaderMap(self.0.headers())
411
}
412
413
/// Returns the cookies for the given URL.
414
#[pyo3(signature = (url))]
Callers
1
update
Method · 0.45
Calls
1
HeaderMap
Class · 0.85
Tested by
no test coverage detected