Struct GatewayPlugin::RouteDescription

Nested Relationships

This struct is a nested type of Class GatewayPlugin.

Struct Documentation

struct RouteDescription

Describes a single REST route registered by a plugin (for handle_root auto-registration)

Public Members

std::string method

HTTP method (e.g. “GET”, “POST”)

std::string pattern

Path pattern relative to api_prefix (e.g. “apps/{app_id}/x-medkit-topic-beacon”)