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

Method Long

encoding/httpbinding/header.go:72–74  ·  view source on GitHub ↗

Long encodes the value v as the header string value

(v int64)

Source from the content-addressed store, hash-verified

70
71// Long encodes the value v as the header string value
72func (h HeaderValue) Long(v int64) {
73 h.modifyHeader(strconv.FormatInt(v, 10))
74}
75
76// Boolean encodes the value v as a query string value
77func (h HeaderValue) Boolean(v bool) {

Callers 4

ByteMethod · 0.95
ShortMethod · 0.95
IntegerMethod · 0.95
BigDecimalMethod · 0.95

Calls 1

modifyHeaderMethod · 0.95

Tested by

no test coverage detected