14 releases

0.0.18 Feb 9, 2025
0.0.17 Feb 9, 2025
0.0.13 Jan 24, 2025
0.0.10 Jan 18, 2023

#332 in HTTP server

Download history 13/week @ 2024-12-10 301/week @ 2025-01-21 15/week @ 2025-01-28 590/week @ 2025-02-04 89/week @ 2025-02-11

995 downloads per month

MIT/Apache

115KB
2K SLoC

Motorx

A reverse-proxy in pure rust

Features

  • Robust configuration & request filtering
  • Caching
  • http2
  • tls

Usage

Binary

Binaries for popular platforms are built for every release. You can install them with cargo binstall (repo), cargo install, or on the releases page.

Docker Image

Docker images are pushed to the Docker Hub repository on every release. If you would like to support more images, please open a pull request.

motorx-core

Build your own binary

Crate Features

  • logging: Emit log information through tracing crate
  • serde-config: Implements serde::Deserialize for config structs
  • tls: Adds tls support through rustls

Contributing

From v0.1.0 motorx uses conventional commits 1.0.0.

License

Both motorx and motorx-core are licensed under the MIT or Apache 2.0 license

Dependencies

~11–22MB
~300K SLoC