chore: update version to 0.0.48 and enhance request handling in Bun server

This commit is contained in:
2025-12-21 06:41:15 +08:00
parent b6c613d601
commit 61f89e8250
3 changed files with 26 additions and 5 deletions

View File

@@ -91,6 +91,7 @@ export type RouterReq<T = {}> = {
remoteAddress?: string;
remotePort?: number;
};
body?: string;
cookies?: Record<string, string>;
} & T;