Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(
readonly req: fastify.FastifyRequest,
readonly reply: fastify.FastifyReply,
readonly actions: LL.List = LL.nil,
readonly ended: boolean = false,
) {}
public chain(action: Action, ended: boolean = false): FastifyConnection {