Skip to content

RatulMaharaj/fast-request-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-request-logger

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

Demo

Kapture 2023-05-09 at 00 21 03

Prerequisites

  • Python - tested on 3.11
  • hatch - pipx install hatch or pip install hatch

Quick Start

  1. Clone the repo
git clone https://github.com/RatulMaharaj/fast-request-logger.git
cd fast-request-logger
  1. Start the app using hatch
hatch run start
  1. 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

License

fast-request-logger is distributed under the terms of the MIT license.

Releases

No releases published

Packages

No packages published

Languages