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.