pub struct WsHttpReq {Show 13 fields
pub id: String,
pub uri: String,
pub headers: HashMap<String, String>,
pub status: u16,
pub error: String,
pub method: String,
pub req_body: String,
pub time: String,
pub host: String,
pub server_ip: String,
pub protocol: String,
pub resp_headers: HashMap<String, String>,
pub resp_body: String,
}Fields§
§id: String§uri: String§headers: HashMap<String, String>§status: u16§error: String§method: String§req_body: String§time: String§host: String§server_ip: String§protocol: String§resp_headers: HashMap<String, String>§resp_body: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for WsHttpReq
impl<'de> Deserialize<'de> for WsHttpReq
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for WsHttpReq
Auto Trait Implementations§
impl Freeze for WsHttpReq
impl RefUnwindSafe for WsHttpReq
impl Send for WsHttpReq
impl Sync for WsHttpReq
impl Unpin for WsHttpReq
impl UnwindSafe for WsHttpReq
Blanket Implementations§
Source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
Source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more