Struct dav_server::actix::DavResponse
source · Available on crate feature
actix-compat only.Expand description
http::Response compatibility.
Wraps http::Response<dav_handler::body::Body> and implements actix_web::Responder.
Tuple Fields§
§0: Response<Body>Trait Implementations§
source§impl Responder for DavResponse
impl Responder for DavResponse
type Body = BoxBody
source§fn respond_to(self, _req: &HttpRequest) -> HttpResponse<BoxBody>
fn respond_to(self, _req: &HttpRequest) -> HttpResponse<BoxBody>
Convert self to
HttpResponse.