credence-lib 0.0.6

An unfussy web server designed for straightforward authoring and scalable performance
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// URI path separator.
pub const PATH_SEPARATOR: char = '/';

/// URI path separator.
pub const PATH_SEPARATOR_STRING: &str = "/";

/// Hidden URI path prefix.
pub const HIDDEN_PATH_PREFIX: char = '.';

/// Extension separator.
pub const EXTENSION_SEPARATOR: char = '.';