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

Function customParser

test/throw.test.js:138–138  ·  view source on GitHub ↗
(req, payload, done)

Source from the content-addressed store, hash-verified

136 t.plan(1)
137 const fastify = Fastify()
138 function customParser (req, payload, done) { done(null, '') }
139
140 fastify.addContentTypeParser('application/qq', customParser)
141 try {

Callers

nothing calls this directly

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected