Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

🤹 request-mocking

This Worker rewrites the host of all incoming requests to cloudflare.com then forwards the request on. Tests demonstrate declarative mocking with fetchMock from the cloudflare:test module, and imperative mocks of globalThis.fetch(). Note mocking WebSocket requests is only supported with imperative mocking.

Test Overview
declarative.test.ts Integration tests with declarative request mocking
imperative.test.ts Integration tests with imperative request mocking, including WebSockets