Searched defs:from_bytes (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
| D | mimetype.rs | 62 pub fn from_bytes(bytes: &'a [u8]) -> Result<Self, HttpError> { in from_bytes() method 567 fn from_bytes(b: &[u8]) -> Result<Self, HttpError> { in from_bytes() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| D | mod.rs | 225 pub fn from_bytes(bytes: &[u8]) -> Result<Self, HttpError> { in from_bytes() method 562 pub fn from_bytes(bytes: &[u8]) -> Result<Scheme, InvalidUri> { in from_bytes() method 648 pub fn from_bytes(bytes: &[u8]) -> Result<Authority, InvalidUri> { in from_bytes() method 886 pub fn from_bytes(bytes: &[u8]) -> Result<Path, InvalidUri> { in from_bytes() method 943 pub fn from_bytes(bytes: &[u8]) -> Result<Query, InvalidUri> { in from_bytes() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | method.rs | 115 pub fn from_bytes(bytes: &[u8]) -> Result<Method, HttpError> { in from_bytes() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/response/ |
| D | status.rs | 81 pub fn from_bytes(bytes: &[u8]) -> Result<Self, HttpError> { in from_bytes() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 210 pub fn from_bytes(bytes: &[u8]) -> Result<Self, HttpError> { in from_bytes() method 327 pub fn from_bytes(bytes: &[u8]) -> Result<Self, HttpError> { in from_bytes() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/ |
| D | text.rs | 142 pub fn from_bytes(bytes: &'a [u8]) -> Self { in from_bytes() method
|
| D | chunk.rs | 120 pub fn from_bytes(bytes: &'a [u8]) -> Self { in from_bytes() method
|