We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571970a commit 49e9787Copy full SHA for 49e9787
README.md
@@ -98,16 +98,16 @@ Which yields an object similar to the following
98
"headers": {
99
"Host": "example.com"
100
},
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": ""
+ "request": {
+ "url": "https://example.com?whatever=value",
+ "params": {
+ "whatever": "value"
+ },
+ "method": "GET",
+ "target": "/",
+ "http": "1.1"
+ "body": ""
111
}
112
```
113
0 commit comments