Skip to content

Commit

Permalink
Merge pull request #8 from go-rs/develop
Browse files Browse the repository at this point in the history
Updated context body type
  • Loading branch information
roshangade authored Jun 30, 2019
2 parents e3814eb + 954bbd2 commit 98c1935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Context struct {
Request *http.Request
Response http.ResponseWriter
Query url.Values
Body map[string]interface{}
Body interface{}
Params map[string]string
headers map[string]string
data map[string]interface{}
Expand Down
1 change: 0 additions & 1 deletion version.txt

This file was deleted.

0 comments on commit 98c1935

Please sign in to comment.