astor 0.2.1

A fast, minimal HTTP framework for reverse-proxy deployments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# todo

## backlog

- [x] remove hyper
- [x] remove http
- [x] remove logs/tracing — that's the consumer's responsibility
- [x] clean README.md file (philosophy, reverse-proxy, etc) and refer to the docs - mainteining both is a mess
- [ ] ensure `examples/` is excluded from the published crate
- [ ] set up `cargo publish` pipeline

## ai suggestions

- [ ] handle query strings in the path parser (strip before matchit lookup)