A simple server for mirroring HTTP requests for testing.
Go to file
Dorian 1fa6c55d1d Wire up project for working with actix. 2023-01-12 09:41:47 -05:00
src Wire up project for working with actix. 2023-01-12 09:41:47 -05:00
.gitignore Wire up project for working with actix. 2023-01-12 09:41:47 -05:00
Cargo.toml Wire up project for working with actix. 2023-01-12 09:41:47 -05:00
LICENSE Wire up project for working with actix. 2023-01-12 09:41:47 -05:00
README.md Wire up project for working with actix. 2023-01-12 09:41:47 -05:00

README.md

mirror-server

A simple server for mirroring HTTP requests for testing.

Getting Started

  • Use the latest stable version of Rust using rustup.
  • Build: cargo build
  • Test: cargo test
  • Run the server: cargo run -- --port=8080
  • Create a DEB package:
    • Install cargo-deb: cargo install cargo-deb
    • Create the DEB package: cargo deb