Ecosyste.ms: Packages

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

Top 0.6% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 1.3% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding

Package acceptencoding provides customizations associated with Accept Encoding Header. The Go HTTP client automatically supports accept-encoding and content-encoding gzip by default. This default behavior is not desired by the SDK, and prevents validating the response body's checksum. To prevent this the SDK must manually control usage of content-encoding gzip. To control content-encoding, the SDK must always set the `Accept-Encoding` header to a value. This prevents the HTTP client from using gzip automatically. When gzip is enabled on the API client, the SDK's customization will control decompressing the gzip data in order to not break the checksum validation. When gzip is disabled, the API client will disable gzip, preventing the HTTP client's default behavior. An `EnableAcceptEncodingGzip` option may or may not be present depending on the client using the below middleware. The option if present can be used to enable auto decompressing gzip by the SDK.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
Keywords: aws, aws-sdk, go, golang
License: Apache-2.0
Latest release: about 2 months ago
First release: over 3 years ago
Namespace: github.com/aws/aws-sdk-go-v2/service/internal
Dependent packages: 4,472
Dependent repositories: 6,574
Stars: 1,883 on GitHub
Forks: 502 on GitHub
Docker dependents: 1,307
Docker downloads: 3,450,449,716
See more repository details: repos.ecosyste.ms
Last synced: about 8 hours ago

    Loading...
    Readme
    Loading...