mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
revisions
This commit is contained in:
parent
a5a2f5d302
commit
4c09fcf193
|
@ -5,7 +5,7 @@ sidebar_label: HTTP API
|
||||||
---
|
---
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
This is a mini-spec of the HTTP REST API which can be used by browser based clients to interact with Meshtastic devices.
|
This is a mini-spec on a HTTP API which can be used by browser based clients to interact with Meshtastic devices.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Why protobufs
|
## Why protobufs
|
||||||
|
@ -19,8 +19,6 @@ This is a mini-spec of the HTTP REST API which can be used by browser based clie
|
||||||
|
|
||||||
- `Content-Type: application/x-protobuf`
|
- `Content-Type: application/x-protobuf`
|
||||||
- Indicates protobuf content (Meshtatic protobufs)
|
- Indicates protobuf content (Meshtatic protobufs)
|
||||||
- `Cookie: session=ABAD1D` (not yet implemented)
|
|
||||||
- Added automatically by the browser client.
|
|
||||||
|
|
||||||
## Response headers
|
## Response headers
|
||||||
|
|
||||||
|
@ -28,9 +26,6 @@ This is a mini-spec of the HTTP REST API which can be used by browser based clie
|
||||||
- Indicates protobuf content (Meshtatic protobufs)
|
- Indicates protobuf content (Meshtatic protobufs)
|
||||||
- `X-Protobuf-Schema: <URI to the .proto schema file>`
|
- `X-Protobuf-Schema: <URI to the .proto schema file>`
|
||||||
- Not required but recommended for documentation/reflection purposes
|
- Not required but recommended for documentation/reflection purposes
|
||||||
- `Set-Cookie: session=ABAD1D;path=/` (not yet implemented)
|
|
||||||
<!-- - Consider the security implications of using `path=/` - cookie will be accessible from any path on the same domain.-->
|
|
||||||
- All client requests that did not include a session cookie will be assigned a random and unique session key. The cookie will not be set if the client already has one.
|
|
||||||
|
|
||||||
## Endpoints
|
## Endpoints
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue