Commit 1b753b5
authored
Save the redirect to avoid subsequent 307 requests. (#39)
* Save the redirect to avoid subsequent 307 requests.
Save the cloudflare worker's responseUrl (the 307 redirect url) so we don't have to hit the worker for all subsquent requests
* Save redirected base path to configuration
* Move the functionality to update the basePath after a 307 redirect to a helper function1 parent af2920c commit 1b753b5
33 files changed
Lines changed: 7234 additions & 112 deletions
File tree
- lib
- Sql
- TileDBClient
- TileDBQuery
- UDF
- utils
- v1
- v2
- openapi-templates
- src
- Sql
- TileDBClient
- TileDBQuery
- UDF
- utils
- v1
- v2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments