This repository has been archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: In Deno's cache module,
x-typescript-types
and redirects are n…
…ot parsed correctly. close #147
- Loading branch information
Showing
21 changed files
with
284 additions
and
56 deletions.
There are no files selected for viewing
Empty file.
6 changes: 6 additions & 0 deletions
6
...direct.com/0278046a318a368d7a8da89fdf59c60892dbf3498b996b36f11faf7d74d141c8.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"headers": { | ||
"location": "./result" | ||
}, | ||
"url": "https://redirect.com/redirect_to_relative" | ||
} |
Empty file.
6 changes: 6 additions & 0 deletions
6
...direct.com/1d037d3d472f7c85f4aa26767ec20e9114fb42bdfb8c9e4b46332a3b2f47589d.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"headers": { | ||
"location": "bb:aa@123" | ||
}, | ||
"url": "https://redirect.com/invalid_location" | ||
} |
Empty file.
6 changes: 6 additions & 0 deletions
6
...direct.com/276c3ca0faeb1836b15cda49f57e0c03fde69133b73c424790a91cca8baa4f93.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"headers": { | ||
"location": "/circle" | ||
}, | ||
"url": "https://redirect.com/circle" | ||
} |
Empty file.
4 changes: 4 additions & 0 deletions
4
...direct.com/39bce9e2269e45937f28bc4ff60fb3add9df7e0048078c06dec04c490a90bf9f.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"headers": {}, | ||
"url": "https://redirect.com/entry" | ||
} |
Empty file.
6 changes: 6 additions & 0 deletions
6
...direct.com/63e68703782f0f93a22b2dd57729731840632865d2e116b1f57d2fa3af2e59e7.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"headers": { | ||
"location": "/result" | ||
}, | ||
"url": "https://redirect.com/redirect" | ||
} |
Empty file.
4 changes: 4 additions & 0 deletions
4
...direct.com/6a3cfff3f701f7e3e2611e61d98e9b04ec6a12fe2a72418eb96b929d3836dfd9.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"headers": {}, | ||
"url": "https://redirect.com/result" | ||
} |
Empty file.
6 changes: 6 additions & 0 deletions
6
...direct.com/881c89ae27a3543d72b594b4d48c8c7020c0f1fd8250d2d83bbd5837f02664ae.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"headers": { | ||
"location": "https://redirect.com/result" | ||
}, | ||
"url": "https://redirect.com/full_url_redirect" | ||
} |
Empty file.
6 changes: 6 additions & 0 deletions
6
...direct.com/b8b956180a494f61cbc6cd74b6c48793fd975f9c3e9cd96410042a61c275823b.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"headers": { | ||
"x-typescript-types": "/result" | ||
}, | ||
"url": "https://redirect.com/redirect-by-x-typescript-types" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.