Add rejection tracing to all extractors (#2584)

This commit is contained in:
David Mládek
2024-03-16 22:34:18 +01:00
committed by GitHub
parent 2ce382f0ab
commit 2ec68d6c4d
8 changed files with 46 additions and 18 deletions
+1
View File
@@ -21,6 +21,7 @@
//! `multipart` | Enables the `Multipart` extractor | No
//! `protobuf` | Enables the `Protobuf` extractor and response | No
//! `query` | Enables the `Query` extractor | No
//! `tracing` | Log rejections from built-in extractors | Yes
//! `typed-routing` | Enables the `TypedPath` routing utilities | No
//! `typed-header` | Enables the `TypedHeader` extractor and response | No
//!