MCPcopy
hub / github.com/gin-gonic/gin / PostFormMap

Method PostFormMap

context.go:660–663  ·  view source on GitHub ↗

PostFormMap returns a map for a given form key.

(key string)

Source from the content-addressed store, hash-verified

658
659// PostFormMap returns a map for a given form key.
660func (c *Context) PostFormMap(key string) (dicts map[string]string) {
661 dicts, _ = c.GetPostFormMap(key)
662 return
663}
664
665// GetPostFormMap returns a map for a given form key, plus a boolean value
666// whether at least one value exists for the given key.

Callers 1

Calls 1

GetPostFormMapMethod · 0.95

Tested by 1