@ingress/http
v1.0.0-beta.16
Published
Core ingress objects, application lifecycle and helpers
Downloads
11
Readme
@ingress/http
@ingress/http is a middleware driver for ingress.
Usage
import { Ingress } from '@ingress/core'
import { Http } from '@ingress/http'
const app = new Ingress()
app.use(new Http())
await app.run()