pub struct UrlEncodedBody;Expand description
Plugin for Request that extracts URL encoded data from the request body.
Use it like this: req.get_ref::<UrlEncodedBody>()
Trait Implementations§
Source§impl Key for UrlEncodedBody
impl Key for UrlEncodedBody
Source§impl<'a, 'b> Plugin<Request<'a, 'b>> for UrlEncodedBody
impl<'a, 'b> Plugin<Request<'a, 'b>> for UrlEncodedBody
Source§type Error = UrlDecodingError
type Error = UrlDecodingError
The error type associated with this plugin.
Auto Trait Implementations§
impl Freeze for UrlEncodedBody
impl RefUnwindSafe for UrlEncodedBody
impl Send for UrlEncodedBody
impl Sync for UrlEncodedBody
impl Unpin for UrlEncodedBody
impl UnwindSafe for UrlEncodedBody
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
Source§impl<T> PersistentInto<Arc<Mutex<T>>> for T
impl<T> PersistentInto<Arc<Mutex<T>>> for T
Source§fn persistent_into(self) -> Arc<Mutex<T>>
fn persistent_into(self) -> Arc<Mutex<T>>
Convert
self into a value of type T.Source§impl<T> PersistentInto<Arc<RwLock<T>>> for T
impl<T> PersistentInto<Arc<RwLock<T>>> for T
Source§fn persistent_into(self) -> Arc<RwLock<T>>
fn persistent_into(self) -> Arc<RwLock<T>>
Convert
self into a value of type T.Source§impl<T> PersistentInto<Arc<T>> for T
impl<T> PersistentInto<Arc<T>> for T
Source§fn persistent_into(self) -> Arc<T>
fn persistent_into(self) -> Arc<T>
Convert
self into a value of type T.Source§impl<T> PersistentInto<T> for T
impl<T> PersistentInto<T> for T
Source§fn persistent_into(self) -> T
fn persistent_into(self) -> T
Convert
self into a value of type T.