[][src]Module cxmr_util_servers::helpers

HTTP API Server utilities.

Functions

build_response

Builds a new server response.

json_response

Builds a new JSON response from serializable.

not_found

Builds a new server response with status code 404.

ok_response

Builds a new server response with status code OK.

server_error

Creates a new server error response with status code 500.