Skip to content

Commit 49e9787

Browse files
committed
:octocat:
1 parent 571970a commit 49e9787

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ Which yields an object similar to the following
9898
"headers": {
9999
"Host": "example.com"
100100
},
101-
"request": {
102-
"url": "https://example.com?whatever=value",
103-
"params" : {
104-
"whatever" : "value"
105-
},
106-
"method": "GET",
107-
"target": "/",
108-
"http": "1.1"
109-
},
110-
"body": ""
101+
"request": {
102+
"url": "https://example.com?whatever=value",
103+
"params": {
104+
"whatever": "value"
105+
},
106+
"method": "GET",
107+
"target": "/",
108+
"http": "1.1"
109+
},
110+
"body": ""
111111
}
112112
```
113113

0 commit comments

Comments
 (0)