文件名称:dinatra:像Sinatra一样的轻量级Web应用程序框架
文件大小:28KB
文件格式:ZIP
更新时间:2024-02-27 01:25:21
typescript webserver deno TypeScriptTypeScript
迪纳特拉 喜欢轻量级Web应用程序框架。 这个程序正在使用。 这个程序的所有功能目前都处于实验阶段。 用法 example/index.ts import { app , get , post , redirect , contentType , } from "https://denopkg.com/syumai/dinatra@0.14.0/mod.ts" ; app ( get ( "/hello" , ( ) => "hello" ) , get ( "/hello/:id" , ( { params } ) => params . id ) ,
【文件预览】:
dinatra-master
----static_test.ts(1KB)
----helpers.ts(157B)
----testdata()
--------static()
----response.ts(3KB)
----mod.ts(7KB)
----example()
--------static_disabled()
--------form()
--------static()
--------jsx()
--------index.ts(636B)
--------template()
----vendor()
--------https()
----params.ts(359B)
----dem.json(272B)
----.github()
--------workflows()
----errors.ts(959B)
----serve_test.ts(4KB)
----mime.ts(30KB)
----LICENSE.md(1KB)
----.gitignore(22B)
----handler.ts(2KB)
----Makefile(347B)
----README.md(5KB)
----constants.ts(522B)
----helpers_test.ts(801B)
----io.ts(52B)