github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
go
pkg:golang/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
67 Dependabot PRs
about 1 month ago
39 repositories
2 repositories
Recent PRs
chore(deps): bump the aws group across 1 directory with 14 updates
pingcap/tidb-operator #6941
deps(deps): bump the production-dependencies group with 21 updates
antinvestor/service-files #696
chore(deps): Bump the aws-dependencies group across 2 directories with 14 updates
kubernetes-sigs/aws-iam-authenticator #1028
chore(deps): bump the aws group across 1 directory with 13 updates
pingcap/tidb-operator #6859
chore: Bump the gomod group with 19 updates
mongodb/terraform-provider-mongodbatlas #4388
Bump the go-modules group with 51 updates
paketo-buildpacks/go-dist #1267
chore(deps): bump the aws group across 1 directory with 14 updates
pingcap/tidb-operator #6755
chore(deps): bump the aws group across 1 directory with 14 updates
pingcap/tidb-operator #6753
chore(deps): bump the aws group across 1 directory with 13 updates
pingcap/tidb-operator #6748
chore(deps): bump the aws group across 1 directory with 13 updates
pingcap/tidb-operator #6742
build(deps): bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.3 to 1.13.4
thanos-community/thanos-operator #450
chore(deps): Bump the aws-dependencies group across 2 directories with 14 updates
kubernetes-sigs/aws-iam-authenticator #973
chore(deps): bump the dev-dependencies group with 23 updates
versity/versitygw #1681
chore(deps): Bump the aws-dependencies group across 2 directories with 13 updates
kubernetes-sigs/aws-iam-authenticator #954
deps(deps): bump the aws-sdk-go-v2 group across 1 directory with 13 updates
Bump the go-modules group with 22 updates
paketo-buildpacks/nginx #1059
Bump the go-modules group with 40 updates
paketo-buildpacks/dotnet-publish #825
chore(deps): Bump the aws-dependencies group across 2 directories with 14 updates
kubernetes-sigs/aws-iam-authenticator #948
chore(deps): bump the aws-sdk group with 11 updates
chore(deps): bump the dev-dependencies group with 23 updates
versity/versitygw #1594
chore(deps): Bump the aws-dependencies group across 2 directories with 14 updates
kubernetes-sigs/aws-iam-authenticator #943
Bump the aws-sdk-go-v2 group across 1 directory with 17 updates
alexgridx/kinesis-consumer #407
build(deps): bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.1 to 1.13.2
Bump the go-modules group with 18 updates
paketo-buildpacks/go-dist #1147
Bump the go-modules group with 18 updates
paketo-buildpacks/poetry-install #498
Bump the dev-dependencies group with 41 updates
chore(deps): bump the aws-sdk group across 1 directory with 11 updates
Bump the go-modules group with 22 updates
paketo-buildpacks/go-build #896
Bump the go-modules group with 20 updates
paketo-buildpacks/go-mod-vendor #934
Bump the go-modules group with 22 updates
paketo-buildpacks/go-dist #1111
Bump the go-modules group with 20 updates
paketo-buildpacks/poetry-install #465
Bump the go-modules group with 20 updates
paketo-buildpacks/pip-install #497
Bump the go-modules group with 26 updates
paketo-buildpacks/pipenv-install #509
chore(deps): bump the dev-dependencies group with 25 updates
versity/versitygw #1523
Bump the go-modules group with 18 updates
paketo-buildpacks/npm-install #994
Bump the go-modules group with 18 updates
paketo-buildpacks/node-engine #1287
Bump the go-modules group with 18 updates
paketo-buildpacks/cpython #1003
Bump the go-modules group with 18 updates
paketo-buildpacks/yarn-install #1016
build(deps): bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.0 to 1.13.1
immobiliare/inca #1574
Bump the aws-dependencies group across 2 directories with 13 updates
kubernetes-sigs/aws-iam-authenticator #910
backend(deps): bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.0 to 1.13.1 in /backend/api/article
build(deps): bump the other group with 43 updates
Hsn723/ct-monitor #1367
Bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.12.4 to 1.13.1
homeport/registry-image-resource #233
build(deps): bump the dependencies group in /api with 92 updates
and-period/furumaru #2960
build(deps): bump github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.0 to 1.13.1
Bump the aws-dependencies group across 2 directories with 13 updates
kubernetes-sigs/aws-iam-authenticator #894
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
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 |