[][src]Crate replicante_util_actixweb

Structs

Error

Error information returned by functions in case of errors.

LoggingMiddleware

Actix Web middleware to log requests.

MetricsCollector

Set of metrics tracked by the MetricsMiddleware for actix web.

MetricsExporter

ActixWeb Responder to export prometheus metrics.

MetricsMiddleware

Actix Web middleware to capture request metrics.

SentryMiddleware

Actix Web middleware to integrate with sentry.

TracingMiddleware

Actix Web middleware to inject an opentracingrust::Span on each request.

Enums

ErrorKind

Exhaustive list of possible errors emitted by this crate.

Traits

ActixWebHubExt

Sentry Hub extension with actix-web methods.

RootDescriptor

Interface for types that describe endpoint roots.

Functions

request_span

Access the request's tracing span.

Type Definitions

APIFlags

Type of API enablement flags.

Result

Short form alias for functions returning Errors.