Module http_handler

Source
Expand description

This module provides core structs, enums, and utilities for interacting with the DRS backend system. It includes functionalities such as retrieving the objective list or the most recent observation.

Re-exports§

pub use common::BeaconObjective;
pub use common::HTTPError;

Modules§

common 🔒
http_client
http_request
This module provides request and implicit response handling for various HTTP endpoints related to simulation and satellite control. Each submodule corresponds to a specific endpoint, managing its request and response types along with associated logic.
http_response
This module defines and organizes all the submodules for handling various HTTP endpoints and their corresponding responses. Each submodule represents an implementation related to a specific API endpoint, including its response handling and parsing logic.