A simple SQLite caching proxy written in Rust.
Everything would have a caching ttl for 300 seconds.
x-host: The host to proxy to. Defaults todiscord.com.x-authorization-name: The name of the authorization header. Defaults toauthorization.authorization (or value from x-authorization-name): The authorization header value.
Deletes the cache for the given path.
You should provide the same headers as the GET request.
Health check endpoint.
Prometheus metrics endpoint.
docker run -d -p 3000:80 ghcr.io/yeecord/api-proxy-rs:latestcargo build --release