fetch-to-node
Version:
Node.js-compatible request and response objects for WinterTC runtimes
4 lines • 318 B
TypeScript
export { FetchIncomingMessage } from "./fetch-to-node/http-incoming.js";
export { FetchOutgoingMessage } from "./fetch-to-node/http-outgoing.js";
export { STATUS_CODES, toReqRes, toFetchResponse, FetchServerResponse, ReqRes, ToReqResOptions, } from "./fetch-to-node/http-server.js";
//# sourceMappingURL=index.d.ts.map