# Functions
ContextWithRequestPriority returns a new context derived from ctx with the given priority set.
StringToAOPWritePriority converts a string to an AOPWritePriority.
WrapRequestPriorityHandler provides special handling for headers with X-Vault-AOP-Force-Reject set to `true`.
# Constants
AlwaysDrop is intended for testing only and will cause the request to be rejected with a 503 even if the server is not overloaded.
NeverDrop is used to mark a request such that it will never be rejected.
StandardHTTP is the default AOPWritePriority for HTTP requests.
VaultAOPForceRejectHeaderName is the name of an HTTP header that is used primarily for testing (it's not documented publicly).
# Type aliases
Priorities are limited to 256 levels to keep the state space small making enforcement data structures much more efficient.