athena_rs 1.1.0

Database gateway API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Helper extractors for Athena-specific HTTP headers.
//!
//! These helpers centralize the logic for parsing the various `X-*` headers required by the API.
pub mod x_athena_client;
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;