athena_rs 3.3.0

Database gateway API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Helper extractors for Athena-specific HTTP headers.
//!
//! These helpers centralize the logic for parsing the various `X-*` headers required by the API.
pub mod request_context;
pub mod x_athena_client;
pub mod x_athena_deadpool_enable;
pub mod x_athena_insert_window;
pub mod x_company_id;
pub mod x_jdbc_url;
pub mod x_organization_id;
pub mod x_publish_event;
pub mod x_strip_nulls;
pub mod x_user_id;