diff options
author | Wolfy-J <[email protected]> | 2018-09-23 15:07:52 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-23 15:07:52 +0300 |
commit | 6b1e4462e4d664c0573faac00b8cb830e5c47a31 (patch) | |
tree | 068bb2a2a80f3152d36481a8bee857c16e34dbd3 /service/http/request.go | |
parent | bddab751c0cd3c19f650a1e9ce3b9d03e71f70fe (diff) |
default configs
Diffstat (limited to 'service/http/request.go')
-rw-r--r-- | service/http/request.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/request.go b/service/http/request.go index 531a1efd..d733b20c 100644 --- a/service/http/request.go +++ b/service/http/request.go @@ -49,7 +49,7 @@ type Request struct { // Uploads contains list of uploaded files, their names, sized and associations with temporary files. Uploads *Uploads `json:"uploads"` - // Attributes can be set by chained middleware to safely pass value from Golang to PHP. See: GetAttribute, SetAttribute functions. + // Attributes can be set by chained mdwr to safely pass value from Golang to PHP. See: GetAttribute, SetAttribute functions. Attributes map[string]interface{} `json:"attributes"` // request body can be parsedData or []byte |