Enum oxide_auth::frontends::simple::request::Body [−][src]
Expand description
Models the necessary body contents.
Real HTTP protocols should set a content type header for each of the body variants.
Variants
Text(String)A pure text body.
Tuple Fields of Text
0: StringJson(String)A json encoded body, application/json.
Tuple Fields of Json
0: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Body
impl UnwindSafe for Body
Blanket Implementations
Mutably borrows from an owned value. Read more