Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRedDeveloper/ply-engine
/ status
Method
status
src/net/http.rs:51–53 ·
view source on GitHub ↗
HTTP status code.
(&self)
Source
from the content-addressed store, hash-verified
49
50
/// HTTP status code.
51
pub fn status(&self) -> u16 {
52
self.status
53
}
54
55
/// Response body as a UTF-8 string (lossy).
56
pub fn text(&self) -> &str {
Callers
2
compile_slang
Function · 0.80
fire_http
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected