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

Method Integer

encoding/httpbinding/header.go:67–69  ·  view source on GitHub ↗

Integer encodes the value v as the header string value

(v int32)

Source from the content-addressed store, hash-verified

65
66// Integer encodes the value v as the header string value
67func (h HeaderValue) Integer(v int32) {
68 h.Long(int64(v))
69}
70
71// Long encodes the value v as the header string value
72func (h HeaderValue) Long(v int64) {

Callers

nothing calls this directly

Calls 1

LongMethod · 0.95

Tested by

no test coverage detected