download
raw
403 Bytes
'use strict'
const { test } = require('node:test')
const fastify = require('../../fastify')()
fastify.addHttpMethod('TRACE')
test('shorthand - trace', t => {
t.plan(1)
try {
fastify.route({
method: 'TRACE',
url: '/',
handler: function (request, reply) {
reply.code(200).send('TRACE OK')
}
})
t.assert.ok(true)
} catch (e) {
t.assert.fail()
}
})

Xet Storage Details

Size:
403 Bytes
·
Xet hash:
dd87cccd89309c079f381c9938c2e193be8d5dcc12b25a77cb9394326a88185b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.