Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of fastify/fastify-sensible

Account's avatar
fastify/fastify-plugin
Plugin helper for Fastify
Account's avatar
jsumners/line-reporter
A test reporter for `node:test` that reports test file statuses.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
mcollina/borp
node:test wrapper with TypeScript support via type stripping
Account's avatar
fastify/fastify
Fast and low overhead web framework, for Node.js
Account's avatar
neostandard/neostandard
A modern successor to standard

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
63 contributions
Fdawgs's profile
Fdawgs
53 contributions
delvedor's profile
delvedor
25 contributions
mcollina's profile
mcollina
20 contributions
cemremengu's profile
cemremengu
19 contributions
Eomm's profile
Eomm
7 contributions
JGiola's profile
JGiola
6 contributions
dependabot-preview[bot]'s profile
dependabot-preview[bot]
6 contributions
salmanm's profile
salmanm
5 contributions
gurgunday's profile
gurgunday
4 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
fastify

fastify/fastify-sensible

Defaults for Fastify that everyone can agree on

JavaScript
533
41
MIT License

The **@fastify/sensible** plugin bundles a set of common utilities that most Fastify applications need—standard HTTP error constructors, response‑helper methods (e.g., `reply.notFound()`, cache‑control helpers, `reply.vary()`), request helpers (`req.forwarded()`, `req.is()`), assertion helpers, and an async‑error wrapper (`fastify.to`). It’s aimed at Fastify developers who want ready‑made, opinion‑free defaults without having to add each utility individually.