Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 284 Bytes

File metadata and controls

6 lines (4 loc) · 284 Bytes

FastAPI httpbin

Implement httpbin USING FastAPI

Start: uvicorn main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips='*' -header server:FastAPI-HTTPBIN --reload

Just for practice