Headers
The Edgemesh API accepts and provides various headers on top of the basic HTTP Headers.
The headers outlined below are the subset that manipulate and describe responses.
Request Headers
Request headers allow you to specify how you want to send and receive data.
Response Headers
Response headers describe the response and define how requests traverse through the Edgemesh backend.
Content Types
application/json | JSON encoded data. This is the default. |
application/octet-stream | Msgpack encoded binary data. |
text/csv | CSV encoded text. |
text/plain | Plain text. This is only applicable for some routes. |
Request Headers
Response Headers