UNPKG

fetch-to-node

Version:

Node.js-compatible request and response objects for WinterTC runtimes

8 lines (7 loc) 356 B
/* * Copyright Fastly, Inc. * Licensed under the MIT license. See LICENSE file for details. */ export { FetchIncomingMessage } from "./fetch-to-node/http-incoming.js"; export { FetchOutgoingMessage } from "./fetch-to-node/http-outgoing.js"; export { STATUS_CODES, toReqRes, toFetchResponse, FetchServerResponse, } from "./fetch-to-node/http-server.js";