Module http

Module http 

Source

Structs§

HttpErrorDetails
HttpErrorDetailsResponse
HttpResponse
A HTTP response Original http response from actix_web can not be shared between threads and cant be used inside async blocks This struct is a wrapper around actix_web::HttpResponse that can be shared between threads.
HttpResponseBuilder
ValidationErrorResponse

Enums§

HttpError
HttpResponsePayload

Functions§

bad_request
conflict
internal_server_error
not_found
ok
unauthorized

Type Aliases§

Response