UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 190 B
import type { IncomingMessage } from 'node:http'; import type { RequestCreateContext } from './types'; export declare function createRequest(context: RequestCreateContext): IncomingMessage;