Smart JSON API response handler.
Zero-dependency (req,res) handler callback agent for use in client requests
Node.js final http responder
Express Error Handler for Async Functions
React package for working with the DOM.
Provides a way to make requests
Provides a way to make requests
Convert stream into an opinionated req/res handler
Safe async RequestHandler to catch Promise rejection
Mocks node.js http.ServerResponse. See also `mock-req`.
Simple CORS middleware for Zeit's Micro
Routes requests to KV assets
Local Lambda development environment
Handler is an Express routing helper
Express middleware utilities for normalizing and rendering Ghost API errors
[](https://www.npmjs.com/package/@aws-sdk/eventstream-handler-node) [](https://ww
The routing foundation of `serve`
Execute a callback when a request closes, finishes, or errors
Declarative API exposing native platform touch and gesture system to React Native
General purpose glob-based configuration matching.
Development-only error handler middleware
Javascript error handling for cool kids
OpenTelemetry instrumentation for AWS Lambda function invocations
Handler for htmlparser2 that turns pages into a dom
A Sneakers worker handler that will re-queue the message when encountering an error.
Error handler gem that allows wrapping of code blocks with support for block retry, logging, exception filtering and re-raise
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
This project aims to replace the builtin git-http-backend CGI handler distributed with C Git with a Rack application. By default, Grack uses calls to git on the system to implement Smart HTTP. Since the git-http-backend is really just a simple wrapper for the upload-pack and receive-pack processes with the '--stateless-rpc' option, this does not actually re-implement very much. However, it is possible to use a different backend by specifying a different Adapter.
Breakfalls provides a small Railtie that wraps selected controllers with an around_action. When a StandardError is raised, it invokes your registered handlers (global and per-controller) with (exception, request, user, params), then re-raises so existing error handling continues.