proxy.golang.org : github.com/joeig/singleshot
Package singleshot provides an http.RoundTripper which deduplicates similar HTTP requests. If two similar HTTP requests are supposed to be sent concurrently, the first one will actually be sent to the server, while the second one waits until the first one was fulfilled completely. The second request will never be sent to the server, but returns a copy of the response of the first request.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/joeig/singleshot
Keywords:
go
, roundtripper
License: MIT
Latest release: 8 months ago
First release: about 4 years ago
Namespace: github.com/joeig
Stars: 1 on GitHub
Forks: 0 on GitHub
Total Commits: 33
Committers: 3
Average commits per author: 11.0
Development Distribution Score (DDS): 0.515
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/joeig
Last synced: 17 days ago