github.com/aws/aws-sdk-go/private/protocol.RequireHTTPMinProtocol.Major (field)
4 uses
github.com/aws/aws-sdk-go/private/protocol (current package)
protocol.go#L14: Major, Minor int
protocol.go#L26: r.Error = newMinHTTPProtoError(p.Major, p.Minor, r)
protocol.go#L29: if r.HTTPResponse.ProtoMajor < p.Major || r.HTTPResponse.ProtoMinor < p.Minor {
protocol.go#L30: r.Error = newMinHTTPProtoError(p.Major, p.Minor, r)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |