Releases: tpoisseau/uNodeHttpServer
Releases · tpoisseau/uNodeHttpServer
Typedoc
Secure Server
Notable changes
- + abilities to choose to start http or https or http2 (secure or not) server
- +
async init(options): this
self-signed-certificate can be generated during runtime if you didn't ask for http withoptions.selfSigned
set to true - ~
async listen(options): string
return url of server - ~ better api doc (read .d.ts files)
Breaking Changes
- node 12 is required. App class use private field
End response
1.0.1 end response when all middleware finished without end response
first release
switch to esm add .d.ts and switch doc in it improve api _use(route: Route, middleware: Middleware) instead _use(methods: Methods, middleware: Middleware)