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

Method String

encoding/httpbinding/header.go:52–54  ·  view source on GitHub ↗

String encodes the value v as the header string value

(v string)

Source from the content-addressed store, hash-verified

50
51// String encodes the value v as the header string value
52func (h HeaderValue) String(v string) {
53 h.modifyHeader(v)
54}
55
56// Byte encodes the value v as a query string value
57func (h HeaderValue) Byte(v int8) {

Callers 1

floatMethod · 0.95

Calls 1

modifyHeaderMethod · 0.95

Tested by

no test coverage detected