Skip to main content

PostEndpoint

Type Alias PostEndpoint 

Source
pub type PostEndpoint<P, Req, Res, Q = (), Err = ()> = Endpoint<Post, P, Req, Res, Q, Err>;
Expand description

POST endpoint with a request body.

Aliased Typeยง

pub struct PostEndpoint<P, Req, Res, Q = (), Err = ()> { /* private fields */ }