MCPcopy
hub / github.com/valyala/fasthttp / String

Method String

args.go:127–129  ·  view source on GitHub ↗

String returns string representation of query args.

()

Source from the content-addressed store, hash-verified

125
126// String returns string representation of query args.
127func (a *Args) String() string {
128 return string(a.QueryString())
129}
130
131// QueryString returns query string for the args.
132//

Callers 6

TestArgsAddFunction · 0.95
TestArgsSortKeysFunction · 0.95
testArgsEscapeFunction · 0.95
TestArgsStringComposeFunction · 0.95
TestArgsDeleteAllFunction · 0.95
testClientPostFunction · 0.95

Calls 1

QueryStringMethod · 0.95

Tested by 6

TestArgsAddFunction · 0.76
TestArgsSortKeysFunction · 0.76
testArgsEscapeFunction · 0.76
TestArgsStringComposeFunction · 0.76
TestArgsDeleteAllFunction · 0.76
testClientPostFunction · 0.76