Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/masx200_deno_serve_https/deno.json

deno-serve-https 对于deno的低级api的封装,可以启动同时支持http/1.1和http/2的https服务,并且在一个端口上同时支持了http连接升级,websocket,connect方法.
Latest
File
{ "tasks": { "check": "deno check --unstable --remote mod.ts", "udd": "deno run -A https://deno.land/x/udd/main.ts '*/*.ts' '*.ts'", "example": "deno run --unstable -A example.ts", "test": "deno test --unstable -A" }, "lint": {}, "fmt": { "options": { "indentWidth": 4, "singleQuote": false } }}