mirror of
https://github.com/kataras/iris.git
synced 2026-01-02 09:47:17 +00:00
Add PostValuesAll, PostValues, PostValue shortcut for aio multipart, form data, raw post, query data
This commit is contained in:
@@ -43,6 +43,9 @@ type (
|
||||
RequestHeader(k string) string
|
||||
FormValueString(string) string
|
||||
FormValues(string) []string
|
||||
PostValuesAll() map[string][]string
|
||||
PostValues(name string) []string
|
||||
PostValue(name string) string
|
||||
SetStatusCode(int)
|
||||
SetContentType(string)
|
||||
SetHeader(string, string)
|
||||
|
||||
Reference in New Issue
Block a user