Crate pingap_location

Source

Structs§

Location
Location represents a routing configuration for handling HTTP requests. It defines rules for matching requests based on paths and hosts, and specifies how these requests should be processed and proxied.

Enums§

Error

Functions§

get_location
Gets a location configuration by name from the global location map.
get_locations_stats
Gets a map of current request processing and accepted counts for all locations.
try_init_locations
Initializes or updates the global location configurations Returns list of location names that were updated