UNPKG

http-request-mock

Version:

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 XMLHttpRequest, fetch and nodejs native requests in low level.

6 lines (5 loc) 115 B
type StatusToText = { [key: string]: string; }; export declare const HTTPStatusCodes: StatusToText; export {};