Expand description
The formats op — list supported MIME types.
§Overview
GET /api/formats returns the data formats this server can send and
receive. No request grid is needed.
§Response Grid Columns
| Column | Kind | Description |
|---|---|---|
mime | Str | MIME type string |
receive | Marker | Server can decode this format |
send | Marker | Server can encode this format |
§Errors
- 500 Internal Server Error — encoding failure.
Functions§
- handle
- GET /api/formats — returns a grid listing supported MIME formats.