MCPcopy Create free account
hub / github.com/cookieY/yee / QueryString

Method QueryString

context.go:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345}
346
347func (c *context) QueryString() string {
348 return c.r.URL.RawQuery
349}
350
351func (c *context) FormValue(name string) string {
352 return c.r.FormValue(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected