Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

feat: intercept requests #118

Merged
merged 2 commits into from
Jun 6, 2024
Merged

feat: intercept requests #118

merged 2 commits into from
Jun 6, 2024

Conversation

hanspagel
Copy link
Member

With this PR requests to URLs can be intercepted. This is great to redirect requests to a proxy. :)

fetchUrlsPlugin({
  fetch: (url) => fetch(url.replace('foo', 'bar')),
})

Copy link

changeset-bot bot commented Jun 6, 2024

🦋 Changeset detected

Latest commit: f32371b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@scalar/openapi-parser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@hanspagel hanspagel merged commit c9dd499 into main Jun 6, 2024
6 checks passed
@hanspagel hanspagel deleted the feat/intercept-requests branch June 6, 2024 10:33
Copy link

relativeci bot commented Jun 6, 2024

#72 Bundle Size — 114.14KiB (+0.05%).

f32371b(current) vs 05dbbc4 main#68(baseline)

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#72
     Baseline
#68
Regression  Initial JS 114.14KiB(+0.05%) 114.09KiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 0.91% 0%
No change  Chunks 44 44
No change  Assets 44 44
No change  Modules 44 44
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 0 0
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#72
     Baseline
#68
Regression  JS 114.14KiB (+0.05%) 114.09KiB

Bundle analysis reportBranch feat/intercept-requestsProject dashboard

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant