oxidite-core 2.1.0

Core HTTP server and routing for the Oxidite web 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};