1
2
3
4
5
6
7
8
//! Built-in endpoints.

pub mod body;
pub mod cookie;
pub mod fs;
pub mod header;
pub mod query;
pub mod upgrade;