itchio / httpkit

🚐 Various HTTP utilities (internal)
MIT License
8 stars 2 forks source link

httpkit

MIT licensed build status codecov Go Report Card

timeout

Provide an *http.Client that times out if connection takes too long or if the connection is idle for a while.

retrycontext

Implements exponential backoff

uploader

Implements resumable uploads to Google Cloud Storage

htfs

Access an HTTP file as if it were local, with expiring URL support