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

Method SetURI

encoding/httpbinding/encode.go:105–107  ·  view source on GitHub ↗

SetURI returns a URIValue used for setting the given path key

(key string)

Source from the content-addressed store, hash-verified

103
104// SetURI returns a URIValue used for setting the given path key
105func (e *Encoder) SetURI(key string) URIValue {
106 return newURIValue(&e.path, &e.rawPath, &e.pathBuffer, key)
107}
108
109// SetQuery returns a QueryValue used for setting the given query key
110func (e *Encoder) SetQuery(key string) QueryValue {

Callers 10

TestEncoderFunction · 0.95
WriteStringMethod · 0.80
WriteBoolMethod · 0.80
WriteInt8Method · 0.80
WriteInt16Method · 0.80
WriteInt32Method · 0.80
WriteInt64Method · 0.80
WriteFloat32Method · 0.80
WriteFloat64Method · 0.80
WriteTimeMethod · 0.80

Calls 1

newURIValueFunction · 0.85

Tested by 1

TestEncoderFunction · 0.76