type github.com/aws/smithy-go/encoding/httpbinding.HeaderValue
21 uses
github.com/aws/smithy-go/encoding/httpbinding (current package)
encode.go#L74: func (e *Encoder) AddHeader(key string) HeaderValue {
encode.go#L79: func (e *Encoder) SetHeader(key string) HeaderValue {
header.go#L19: func (h Headers) AddHeader(key string) HeaderValue {
header.go#L24: func (h Headers) SetHeader(key string) HeaderValue {
header.go#L28: func (h Headers) newHeaderValue(key string, append bool) HeaderValue {
header.go#L33: type HeaderValue struct {
header.go#L39: func newHeaderValue(header http.Header, key string, append bool) HeaderValue {
header.go#L40: return HeaderValue{header: header, key: strings.TrimSpace(key), append: append}
header.go#L43: func (h HeaderValue) modifyHeader(value string) {
header.go#L52: func (h HeaderValue) String(v string) {
header.go#L57: func (h HeaderValue) Byte(v int8) {
header.go#L62: func (h HeaderValue) Short(v int16) {
header.go#L67: func (h HeaderValue) Integer(v int32) {
header.go#L72: func (h HeaderValue) Long(v int64) {
header.go#L77: func (h HeaderValue) Boolean(v bool) {
header.go#L82: func (h HeaderValue) Float(v float32) {
header.go#L87: func (h HeaderValue) Double(v float64) {
header.go#L91: func (h HeaderValue) float(v float64, bitSize int) {
header.go#L105: func (h HeaderValue) BigInteger(v *big.Int) {
header.go#L110: func (h HeaderValue) BigDecimal(v *big.Float) {
header.go#L119: func (h HeaderValue) Blob(v []byte) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)