This commit is contained in:
2026-01-16 18:53:55 +08:00
parent 730f4c6eb9
commit 999397611c
3 changed files with 19 additions and 5 deletions

View File

@@ -2,6 +2,8 @@ import { pathToRegexp, Key } from 'path-to-regexp';
import type { IncomingMessage, ServerResponse, Server } from 'node:http';
import { parseBody, parseSearch, parseSearchValue } from './server/parse-body.ts';
import { ListenOptions } from 'node:net';
// import { Hono } from 'hono'
// const app = new Hono()
type Req = IncomingMessage & { params?: Record<string, string> };
type SimpleObject = {