/sshttp

Primary LanguagePython

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

python3 http_server.py
curl 127.0.0.1:8080/v1 -X POST -d '{"a":"nice","evening":"with them"}' -H 'Content-Type: application/json' | jq

Test

pytest --log-cli-level