Crate planetary_server

Crate planetary_server 

Source
Expand description

Implements a common server for Planetary microservices.

Structs§

Error
Represents a generic error from the server.
Json
An extractor that wraps the JSON extractor of Axum.
Path
An extractor that wraps the path extractor of Axum.
Query
An extractor that wraps the query extractor of Axum (extra).
Server
The state for a task execution service (TES) server.
ServerBuilder
Use builder syntax to set the inputs and finish with build().

Constants§

DEFAULT_ADDRESS
The default address to bind the server to.
DEFAULT_PORT
The default port to bind the server to.

Type Aliases§

ServerResponse
Represents the response type for most endpoints.