ryn.cx

get-around

Overview

get-around is an httpx wrapper that transparently routes requests through a custom proxy server. It mirrors httpx's request API (get, post, put, patch, delete, head, options, request) and returns standard httpx.Response objects. When configured with a proxy server and password, requests are forwarded through that server. When no server is set, requests are sent directly.

The companion proxy server is get-around-server.