Skip to content

Instantly share code, notes, and snippets.

View walnutwaldo's full-sized avatar
😎
On the grind

Walden Yan walnutwaldo

😎
On the grind
View GitHub Profile
@walnutwaldo
walnutwaldo / README.md
Last active March 24, 2025 08:49
FastAPI Proxy

FastAPI HTTP Proxy Application

Introduction

This FastAPI application serves as an HTTP proxy, forwarding client requests to an upstream API server and relaying the server's response back to the client. It supports arbitrary paths and HTTP methods, providing a versatile proxy solution for various API interactions.

Requirements

  • Python 3.6 or higher
  • FastAPI
  • Uvicorn
  • HTTPX