An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.1% on proxy.golang.org
Top 0.8% dependent packages on proxy.golang.org
Top 1.7% dependent repos on proxy.golang.org
Top 8.8% forks on proxy.golang.org

proxy.golang.org : github.com/taskcluster/go-got

Package got is a super simple net/http wrapper that does the right thing for most JSON REST APIs specifically adding: Send a request with retries like this: This package will never support streaming requests. For small requests like JSON it is often best to buffer the entire body before parsing it. As slow parsing using a unbuffered decoder can slowdown the request. It is also much easier to send requests and handled responses with small JSON payloads if there is no dealing with streaming. Streaming particularly complicates retries. If you need to stream the request body, DO NOT use this package.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/taskcluster/go-got
License: MPL-2.0
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: github.com/taskcluster
Dependent packages: 34
Dependent repositories: 10
Stars: 0 on GitHub
Forks: 4 on GitHub
Docker dependents: 1
Docker downloads: 70
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...