MCPcopy Create free account
hub / github.com/aws/smithy-go / Short

Method Short

encoding/httpbinding/header.go:62–64  ·  view source on GitHub ↗

Short encodes the value v as a query string value

(v int16)

Source from the content-addressed store, hash-verified

60
61// Short encodes the value v as a query string value
62func (h HeaderValue) Short(v int16) {
63 h.Long(int64(v))
64}
65
66// Integer encodes the value v as the header string value
67func (h HeaderValue) Integer(v int32) {

Callers

nothing calls this directly

Calls 1

LongMethod · 0.95

Tested by

no test coverage detected