MCPcopy Create free account
hub / github.com/devfeel/dotweb / QueryString

Method QueryString

context.go:375–377  ·  view source on GitHub ↗

QueryString returns request parameters according to key

(key string)

Source from the content-addressed store, hash-verified

373
374// QueryString returns request parameters according to key
375func (ctx *HttpContext) QueryString(key string) string {
376 return ctx.request.QueryString(key)
377}
378
379// QueryInt get query key with int format
380// if not exists or not int type, return 0

Callers

nothing calls this directly

Calls 1

QueryStringMethod · 0.65

Tested by

no test coverage detected