diff options
author | Wolfy-J <[email protected]> | 2019-01-05 16:32:43 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-05 16:32:43 +0300 |
commit | b6e965049132a4fee433af647cf6414c9e226cd7 (patch) | |
tree | a925654022705479b21f84a5d9b5c85200801492 | |
parent | b0c0164782c9fa93a680c0ed86e86d47c53f0736 (diff) |
travis be cool
-rw-r--r-- | service/http/request.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/http/request.go b/service/http/request.go index ca7d7c41..eb5c05bd 100644 --- a/service/http/request.go +++ b/service/http/request.go @@ -40,10 +40,10 @@ type Request struct { // Cookies contains list of request cookies. Cookies map[string]string `json:"cookies"` - // RawQuery contains non parsed query string (to be parsed on php elapsed). + // RawQuery contains non parsed query string (to be parsed on php end). RawQuery string `json:"rawQuery"` - // Parsed indicates that request body has been parsed on RR elapsed. + // Parsed indicates that request body has been parsed on RR end. Parsed bool `json:"parsed"` // Uploads contains list of uploaded files, their names, sized and associations with temporary files. |