MCPcopy Create free account
hub / github.com/fastify/fastify / handler

Function handler

test/hooks-async.test.js:870–870  ·  view source on GitHub ↗
(req, reply)

Source from the content-addressed store, hash-verified

868
869 fastify.post('/', {
870 handler (req, reply) { reply.send({ notOk: true }) },
871 schema: { response: { 200: { required: ['ok'], properties: { ok: { type: 'boolean' } } } } }
872 })
873

Callers

nothing calls this directly

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected