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

Method Byte

encoding/httpbinding/header.go:57–59  ·  view source on GitHub ↗

Byte encodes the value v as a query string value

(v int8)

Source from the content-addressed store, hash-verified

55
56// Byte encodes the value v as a query string value
57func (h HeaderValue) Byte(v int8) {
58 h.Long(int64(v))
59}
60
61// Short encodes the value v as a query string value
62func (h HeaderValue) Short(v int16) {

Callers

nothing calls this directly

Calls 1

LongMethod · 0.95

Tested by

no test coverage detected