[−][src]Module limiting_factor::api::replies
API standard and JSON responses.
This module provides useful traits and methods to craft API replies from an existing type.
Traits
ApiResponse | This trait allows to consume an object into an HTTP response. |
FailureResponse | This trait allows to consume an object into an HTTP failure response. |
Functions
build_bad_request_response | Deprecated |
build_internal_server_error_response | |
build_not_found_response | Deprecated |
Type Definitions
ApiJsonResponse |