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

Method ExistsQueryKey

request.go:74–77  ·  view source on GitHub ↗

ExistsQueryKey check is exists from query params with the given key.

(key string)

Source from the content-addressed store, hash-verified

72
73// ExistsQueryKey check is exists from query params with the given key.
74func (req *Request) ExistsQueryKey(key string) bool {
75 _, isExists := req.URL.Query()[key]
76 return isExists
77}
78
79// FormFile get file by form key
80func (req *Request) FormFile(key string) (*UploadFile, error) {

Callers 1

showIntervalDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected