tinyhttp-deno:tiny tinyhttp的Deno端口,0-legacy,微小和快速的Web框架

时间:2024-03-20 01:14:56
【文件属性】:

文件名称:tinyhttp-deno:tiny tinyhttp的Deno端口,0-legacy,微小和快速的Web框架

文件大小:23KB

文件格式:ZIP

更新时间:2024-03-20 01:14:56

web-framework deno tinyhttp TypeScript

tinyhttp 这是一个的端口 ,0遗留,微型和快速的Web框架作为更换快递。 警告! 此端口非常不稳定,缺少功能。 它还没有所有tinyhttp的原始扩展名。 等待tinyhttp的v2版本以获取更好的版本(请参阅 ) 例子 import { App } from 'https://deno.land/x/tinyhttp/app.ts' const app = new App ( ) app . use ( '/' , ( req , res , next ) => { console . log ( ` ${ req . method } ${ req . url } ` ) res . set ( 'Test-Header' , 'Value' ) next ( ) } ) app . get ( '/:name/' , ( req , res ) => {


【文件预览】:
tinyhttp-deno-master
----.gitignore(2KB)
----extend.ts(2KB)
----egg.json(471B)
----LICENSE(1KB)
----extensions()
--------req()
--------res()
----request.ts(759B)
----logo.svg(12KB)
----examples()
--------eta()
--------basic()
----README.md(1KB)
----onError.ts(986B)
----.vscode()
--------settings.json(26B)
----response.ts(1KB)
----parseUrl.ts(677B)
----app.ts(7KB)

网友评论