Struct lexa_framework::http::HttpRequest
source · pub struct HttpRequest<T> {
pub ip: SocketAddr,
pub method: Method,
pub uri: Uri,
pub raw_query: Option<String>,
pub referer: Option<Referer>,
/* private fields */
}
Fields§
§ip: SocketAddr
§method: Method
§uri: Uri
§raw_query: Option<String>
§referer: Option<Referer>
Auto Trait Implementations§
impl<T> RefUnwindSafe for HttpRequest<T>where T: RefUnwindSafe,
impl<T> Send for HttpRequest<T>where T: Send + Sync,
impl<T> Sync for HttpRequest<T>where T: Send + Sync,
impl<T> Unpin for HttpRequest<T>
impl<T> UnwindSafe for HttpRequest<T>where T: RefUnwindSafe,
Blanket Implementations§
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