Skip to main content

Module formats

Module formats 

Source
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

ColumnKindDescription
mimeStrMIME type string
receiveMarkerServer can decode this format
sendMarkerServer can encode this format

§Errors

  • 500 Internal Server Error — encoding failure.

Functions§

handle
GET /api/formats — returns a grid listing supported MIME formats.