/ Docs / Examples Network and API work Call HTTP endpoints, block unnecessary resources, and stub application responses from the browser side. API request context Call a JSON endpoint directly through the browser context and inspect its response. → Block images Block image requests with a route handler. → Stub an API Fulfill an API request with a stubbed JSON response. →