Versions in this module Expand all Collapse all v1 v1.0.5 May 10, 2022 Changes in this version + func GetIpAddr(req *http.Request) string + func Merge(inputs ...map[string]interface{}) map[string]interface + type Request struct + Extra map[string]interface{} + File *RequestFile + Get map[string]interface{} + Header map[string]string + Host string + IpAddr string + IsDel bool + IsGet bool + IsOpt bool + IsPatch bool + IsPost bool + IsPut bool + Method string + Params map[string]interface{} + Path string + Post map[string]interface{} + Put map[string]interface{} + func New(req *http.Request) *Request + type RequestFile struct + Body multipart.File + Filename string + Header map[string][]string + Size int64