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/ws/mod.rs:152–154 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
150
/// Returns the status code as integer of the response.
151
#[getter]
152
pub fn status(&self) -> u16 {
153
self.status_code.as_int()
154
}
155
156
/// Returns the status code of the response.
157
#[getter]
Callers
1
new
Method · 0.45
Calls
1
as_int
Method · 0.80
Tested by
no test coverage detected