MCPcopy
hub / github.com/labstack/echo / QueryString

Method QueryString

context.go:392–394  ·  view source on GitHub ↗

QueryString returns the URL query string.

()

Source from the content-addressed store, hash-verified

390
391// QueryString returns the URL query string.
392func (c *Context) QueryString() string {
393 return c.request.URL.RawQuery
394}
395
396// FormValue returns the form field value for the provided name.
397func (c *Context) FormValue(name string) string {

Callers 3

TestContext_QueryStringFunction · 0.95
ToMiddlewareMethod · 0.80
ToMiddlewareMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestContext_QueryStringFunction · 0.76