Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 15, 2024
1 parent 571970a commit 49e9787
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ Which yields an object similar to the following
"headers": {
"Host": "example.com"
},
"request": {
"url": "https://example.com?whatever=value",
"params" : {
"whatever" : "value"
},
"method": "GET",
"target": "/",
"http": "1.1"
},
"body": ""
"request": {
"url": "https://example.com?whatever=value",
"params": {
"whatever": "value"
},
"method": "GET",
"target": "/",
"http": "1.1"
},
"body": ""
}
```

Expand Down

0 comments on commit 49e9787

Please sign in to comment.