override-method

Method detector

Utility function to determine the HTTP method of an incoming request based on override headers or request body

method override utility for koa

GitHub

7 stars
4 watching
2 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

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,345
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 137
koajs/route Simple middleware for routing requests to specific handlers in an application 446
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. 867
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