Skip to content

Commit 98c1935

Browse files
authored
Merge pull request #8 from go-rs/develop
Updated context body type
2 parents e3814eb + 954bbd2 commit 98c1935

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type Context struct {
2121
Request *http.Request
2222
Response http.ResponseWriter
2323
Query url.Values
24-
Body map[string]interface{}
24+
Body interface{}
2525
Params map[string]string
2626
headers map[string]string
2727
data map[string]interface{}

version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)