MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / bytes

Method bytes

src/net/http.rs:61–63  ·  view source on GitHub ↗

Response body as raw bytes.

(&self)

Source from the content-addressed store, hash-verified

59
60 /// Response body as raw bytes.
61 pub fn bytes(&self) -> &[u8] {
62 &self.body
63 }
64
65 /// Deserialize the response body as JSON.
66 #[cfg(feature = "net-json")]

Callers 2

hash_stringFunction · 0.80
hash_string_with_offsetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected