13 releases

0.1.4 Oct 9, 2024
0.1.3 Oct 9, 2024
0.1.1 Sep 28, 2024
0.1.0 Aug 18, 2024
0.0.9 Aug 18, 2024

#660 in Network programming

Download history 443/week @ 2024-08-12 263/week @ 2024-08-19 36/week @ 2024-08-26 150/week @ 2024-09-23 167/week @ 2024-09-30 330/week @ 2024-10-07

647 downloads per month

MIT license

78KB
2K SLoC

br-web-server 网络服务


License Crates.io Version

macOS 安装SSL证书

brew install mkcert
brew install nss
mkcert -install
mkcert -key-file ssl/127.0.0.1.key -cert-file ssl/127.0.0.1.pem localhost 127.0.0.1
{
    "ip": "0.0.0.0",
    "port": 8080,
    "domain": "127.0.0.1",
    "public": "/public",
    "runtime": "/runtime",
    "cors": {
        "allow_origin": [],
        "allow_methods": "GET,POST",
        "allow_headers": "content-type",
        "allow_credentials": true,
        "expose_headers": "content-disposition",
        "max_age": 1800
    },
    "ssl": false,
    "ssl_pkey": "/ssl/server.key",
    "ssl_certs": "/ssl/server.pem"
}

Dependencies

~3.5–5MB
~101K SLoC