rama-http 0.3.0-rc1

rama http layers, services and other utilities
1
2
3
4
5
6
7
use rama_core::extensions::Extension;
use rama_utils::str::arcstr::ArcStr;

#[must_use]
#[derive(Debug, Clone, PartialEq, Eq, Extension)]
#[extension(tags(http))]
pub struct RequestComment(pub ArcStr);