[][src]Crate dropshot_endpoint

This macro defines attributes associated with HTTP handlers. These attributes are used both to define an HTTP API and to generate an OpenAPI Spec (OAS) v3 document that describes the API.

Attribute Macros

endpoint

Attribute to apply to an HTTP endpoint. TODO(doc) explain intended use

Derive Macros

ExtractedParameter

Derive the implementation for dropshot::ExtractedParameter