override-method
Method override utility
Utility function to parse and apply HTTP method overrides in Koa.js applications
method override utility for koa
7 stars
4 watching
2 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/koa-roles | An authentication module for Koa.js applications | 118 |
koajs/csrf | Provides CSRF protection in Koa applications | 264 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 138 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 447 |
koajs/path-match | A simple routing wrapper around path-match. | 35 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/session | A session management middleware for Koa applications | 902 |
koajs/etag | Provides etag support for Koa responses | 113 |
koajs/router | Provides a flexible routing system for building web applications with Koa. | 871 |
koajs/koa-safe-jsonp | A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |