Ecosyste.ms: Packages

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

Top 7.0% on proxy.golang.org
Top 2.7% dependent packages on proxy.golang.org
Top 2.9% dependent repos on proxy.golang.org
Top 1.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/gogama/httpx

Package httpx provides a robust HTTP client with retry support and other advanced features within a simple and familiar interface. Create a Client to begin making requests. For control over how the client sends HTTP requests and receives HTTP responses, use a custom HTTPDoer. For example, use a GoLang standard HTTP client: For control over the client's retry decisions and timing, create a custom retry policy using components from package retry: For control over the client's individual attempt timeouts, set a custom timeout policy using package timeout: To hook into the fine-grained details of the client's request execution logic, install a handler into the appropriate handler chain: Package httpx provides basic interfaces for each method of the robust client (Doer, Getter, Header, Poster, FormPoster, and IdleCloser); a combined interface that composes all the basic methods (Executor); and utility functions for working with a Doer (Inflate, Get, Head, Post, and PostForm).

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/gogama/httpx
Keywords: go, golang, http, http-client, retry, retry-library, retryer
License: MIT
Latest release: over 1 year ago
First release: over 3 years ago
Namespace: github.com/gogama
Dependent packages: 5
Dependent repositories: 3
Stars: 12 on GitHub
Forks: 0 on GitHub
Docker dependents: 1
Docker downloads: 338
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...