Crate actix_request_identifier

source ·
Expand description

This is an actix-web middleware to associate every request with a unique ID. This ID can be used to track errors in an application.

Structs§

Enums§

  • Possible error types for the middleware.
  • Configuration setting to decide weather the request id from the incoming request header should be used, if present or if a new one should be generated in any case.

Constants§