rust-rpxy/TODO.md
2022-10-12 15:40:56 +09:00

413 B

TODO List

  • Improvement of path matcher
  • More flexible option for rewriting path
  • Smaller footprint of docker image using musl
  • Refactoring
  • Options to serve custom http_error page.
  • Prometheus metrics
  • Documentation
  • Client certificate
    • support intermediate certificate. Currently, only supports client certificates directly signed by root CA.
    • split rustls::server::ServerConfig for SNIs
  • etc.