An open index of dependabot pull requests across open source projects.

github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding

Ecosystem:
go
Package URL:
pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
Total PRs:
67 Dependabot PRs
Latest PR:
about 1 month ago
Unique Repositories:
39 repositories
Unique Repos (30 days):
2 repositories
Recent PRs
Package Details
Name: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
JSON API: View JSON
Package Information
Description:

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.

Repository: https://github.com/aws/aws-sdk-go-v2
Homepage: https://github.com/aws/aws-sdk-go-v2
Latest Release: v1.12.3
over 1 year ago
Dependent Repos: 6,574
Dependent Packages: 4,472
Ranking: Top 0.0979% by dependent repos Top 0.0843% by dependent pkgs
PR Status
Open 33 (49.3%)
Merged 13 (19.4%)
Closed 21 (31.3%)
PR Types
Minor 24 (35.8%)
Patch 43 (64.2%)