oxidite-core 2.2.1

High-performance HTTP kernel and routing engine for the Oxidite framework.
Documentation
1
2
3
4
5
6
//! Backwards-compatible cookie/form module.
//!
//! Canonical extractor implementations live in `crate::extract`.
//! This module re-exports them to preserve existing import paths.

pub use crate::extract::{Cookies, Form};