A rocket.rs webserver designed to mirror a request back to a client that made it. This was originally designed to test requests from the browser or http clients. The backend keeps track of requests made by users.
Go to file
Camerin Figueroa da0f1ddf2d Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
.vscode Added Additional features 2024-03-04 22:19:39 +00:00
migrations Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
src Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
templates Fixed saving and restoring fields in index.hbs 2024-03-05 22:34:33 +00:00
.env Added Additional features 2024-03-04 22:19:39 +00:00
.gitignore Added Additional features 2024-03-04 22:19:39 +00:00
Cargo.lock Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
Cargo.toml Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
README.md Create README.md 2024-03-04 17:21:13 -05:00
Rocket.toml Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
diesel.toml Added Additional features 2024-03-04 22:19:39 +00:00

README.md

Request Mirror

This application provides a web ui for sending get/post requests and provides a visual ui for looking at what the application received. This is written in rust.

TODO:

  • Update Readme
  • Document