Skip to content

dashashifrina/fastapi_redirects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fastapi_redirects

To test:

# Start up local ASGI server using Uvicorn
pip install fastapi
pip install uvicorn
uvicorn main:app --reload

You can issue a POST request to localhost/upload_image. The response is a 307 redirect to /redirect and ultimately returns the entire request body originally passed into /get_image: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages