Module helpers

Source
Expand description

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.