This is a simple python app that acts as a sandbox for you to send requests to.
The following request methods are supported:
GET
PUT
POST
DELETE
PATCH
- Clone the repo
git clone https://github.com/RatulMaharaj/fast-request-logger.git
cd fast-request-logger
- Start the app using hatch
hatch run start
- Send a POST or PUT request to the app
curl -X POST -H "Content-Type: application/json" -d '{"message": "Howdy!"}' http://127.0.0.1:8000
fast-request-logger
is distributed under the terms of the MIT license.