pub struct get;Expand description
The http responder for a GET, query parameters and response are formatted as per the Webfinger spec.
The returned value’s links array contains two links, both have the Actor’s
id as the href and "self" as the rel, with the type fields set to
CT_ACTIVITY_JSON and CT_ACTIVITY_JSON_SHORT. Both versions of the link
are provided for wider client compatibility.
Trait Implementations
sourceimpl HttpServiceFactory for get
impl HttpServiceFactory for get
fn register(self, __config: &mut AppService)
Auto Trait Implementations
impl RefUnwindSafe for get
impl Send for get
impl Sync for get
impl Unpin for get
impl UnwindSafe for get
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more