motorx

Crates.iomotorx
lib.rsmotorx
version0.0.18
created_at2023-01-18 01:17:20.435607+00
updated_at2025-02-09 19:09:41.676557+00
descriptionA reverse-proxy in pure rust.
homepagehttps://github.com/tsar-boomba/motorx
repositoryhttps://github.com/tsar-boomba/motorx
max_upload_size
id761439
size90,873
Isaiah Gamble (tsar-boomba)

documentation

README

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

Commit count: 88

cargo fmt