Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchio/httpkit
🚐 Various HTTP utilities (internal)
https://github.com/itchio/httpkit
Last synced: about 2 months ago
JSON representation
🚐 Various HTTP utilities (internal)
- Host: GitHub
- URL: https://github.com/itchio/httpkit
- Owner: itchio
- License: mit
- Created: 2016-09-30T16:15:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:12:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-18T21:40:00.198Z (7 months ago)
- Language: Go
- Homepage:
- Size: 196 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpkit
![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
[![build status](https://git.itch.ovh/itchio/httpkit/badges/master/build.svg)](https://git.itch.ovh/itchio/httpkit/commits/master)
[![codecov](https://codecov.io/gh/itchio/httpkit/branch/master/graph/badge.svg)](https://codecov.io/gh/itchio/httpkit)
[![Go Report Card](https://goreportcard.com/badge/github.com/itchio/httpkit)](https://goreportcard.com/report/github.com/itchio/httpkit)## 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