Module aws_smithy_http_server::instrumentation::sensitivity::uri
source · Expand description
Wrappers around Uri
and it’s constituents to allow for sensitivity.
Structs§
- Marks a segment as a greedy label up until a char offset from the end.
- A wrapper around a path
&str
which modifies the behavior ofDisplay
. Specific path segments are marked as sensitive by providing predicate over the segment index. This accommodates the httpLabel trait with non-greedy labels. - A
MakeFmt
producingSensitiveUri
. - A wrapper around a query string
&str
which modifies the behavior ofDisplay
. Specific query string values are marked as sensitive by providing predicate over the keys. This accommodates the httpQuery trait and the httpQueryParams trait. - Marks the sensitive data of a query string pair.