Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ status
Method
status
src/client/async_impl/response/http.rs:69–71 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
67
/// Returns the status code as integer of the response.
68
#[getter]
69
pub fn status(&self) -> u16 {
70
self.status_code.as_int()
71
}
72
73
/// Returns the status code of the response.
74
#[getter]
Callers
1
new
Method · 0.45
Calls
1
as_int
Method · 0.80
Tested by
no test coverage detected