rshs 0.9.2

A lightweight HTTP + WebDAV file server
Documentation
1
2
3
4
5
6
//! Internal utilities — error handling (`OrStatus` trait), path resolution with
//! traversal guards, and HTTP-date time formatting.

pub(crate) mod error;
pub(crate) mod path;
pub(crate) mod time;