http-server 0.8.9

Simple and configurable command-line HTTP server
Documentation
1
2
3
4
5
6
use serde::Deserialize;

#[derive(Clone, Debug, Default, Deserialize, PartialEq, Eq)]
pub struct CompressionConfig {
    pub gzip: bool,
}