Skip to content

Commit

Permalink
add raw request
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndr committed Nov 28, 2022
1 parent b38baf7 commit 5f34e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export class Router<TEnv = any> {
headers: request.headers,
url: request.url,
cf: request.cf,
raw: request,
params: {},
query: {},
body: ''
Expand Down

0 comments on commit 5f34e30

Please sign in to comment.