Docs.rs
odd-box-0.1.7-preview
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
odd-box 0.1.7-preview
dead simple reverse proxy server
Crate
Source
Builds
Feature flags
Hide files
.devcontainer
.github
.vscode
src
static
web-ui
.cargo_vcs_info.json
.gitignore
CaddyTest1
CaddyTest2
Cargo.lock
Cargo.toml
Cargo.toml.orig
devbox.json
devbox.lock
flake.lock
flake.nix
LICENSE
odd-box-example-config-minimal.toml
odd-box-example-config.toml
odd-box-schema-v2.json
README.md
run_nix.sh
screenshot.jpg
1
2
3
4
5
6
7
8
9
{ log { level DEBUG output stdout } } :9999 { respond "pong" }