http-request-mock icon indicating copy to clipboard operation
http-request-mock copied to clipboard

Intercept & mock http requests issued by XMLHttpRequest, fetch, nodejs https/http module, axios, jquery, superagent, ky, node-fetch, request, got or any other request libraries by intercepting XMLHttp...

Results 1 http-request-mock issues
Sort by recently updated
recently updated
newest added

Hi Huturen, Context: Without the correct typing I'm not able to explicitly use `RequestInfo` for `MockItemInfo.response` in TypeScript projects --- Type to fix => `MockItemInfo`: ```ts export interface MockItemInfo {...