/http-tryout-server-fastapi

A server to try HTTP requests

Primary LanguagePythonApache License 2.0Apache-2.0

http-tryout-server

A server to try HTTP requests

Try it yourself!

Installation

Inside a virtualenv, install dependencies

python -m pip install -r requirements.txt

Run

uvicorn server:app --reload