//! Helper extractors for Athena-specific HTTP headers.
//!
//! These helpers centralize the logic for parsing the various `X-*` headers required by the API.
//! Each header has its own module that defines functions to extract and interpret the header values from incoming HTTP requests.