Module handler

Module handler 

Source
Expand description

HTTP proxy handler implementation using Pingora

This module provides the core ProxyHttp implementation for WarpDrive, handling:

  • Upstream peer selection (forwarding to target server)
  • Request/response filtering via middleware chain
  • Error handling (502 Bad Gateway responses)

Structsยง

WarpDriveProxy
WarpDrive HTTP proxy handler