kutil 0.0.6

Kutil utilities collection
Documentation
1
2
3
4
5
6
7
use http::*;

/// HTTP header value of "true".
pub const TRUE_HEADER_VALUE: HeaderValue = HeaderValue::from_static("true");

/// HTTP header value of "false".
pub const FALSE_HEADER_VALUE: HeaderValue = HeaderValue::from_static("false");