parsec:De Deno的小巧的身体解析器

时间:2024-03-28 07:55:35
【文件属性】:

文件名称:parsec:De Deno的小巧的身体解析器

文件大小:5KB

文件格式:ZIP

更新时间:2024-03-28 07:55:35

http body-parser deno TypeScript

差距 :milky_way: Deno的微型人体分析器。 库的端口。 用法 香草 import { serve } from 'https://deno.land/std@0.89.0/http/server.ts' import { json , ReqWithBody } from 'https://deno.land/x/parsec.ts' const s = serve ( { port : 3000 } ) for await ( const req of s ) { await json ( req ) if ( ! ( req as ReqWithBody ) . requestBody ) { req . respond ( { status : 404 , body : 'No body found' } ) } else { const response =


【文件预览】:
parsec-master
----.github()
--------workflows()
----examples()
--------vanilla.ts(437B)
--------tinyhttp.ts(306B)
----mod_test.ts(1KB)
----LICENSE(1KB)
----README.md(2KB)
----mod.ts(1KB)

网友评论