Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public chain(action: Action, ended: boolean = false): FastifyConnection {
return new FastifyConnection(this.req, this.reply, LL.cons(action, this.actions), ended)
}
public getRequest(): IncomingMessage {