./www/p5-Plack-Middleware-MethodOverride, Override REST methods to Plack apps via POST

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 0.20nb2, Package name: p5-Plack-Middleware-MethodOverride-0.20nb2, Maintainer: pkgsrc-users

Writing RESTful apps is a good thing, but if you're also trying to support
web browsers, it would be nice not to be reduced to GET and POST for
everything.

This middleware allows for POST requests that pretend to be something else:
by adding either a header named X-HTTP-Method-Override to the request, or a
query parameter named x-tunneled-method to the URI, the client can say what
method it actually meant. That is, as long as it meant one of these:
GET
POST
HEAD
PUT
DELETE
OPTIONS
TRACE
CONNECT
PATCH
If so, then the REQUEST_METHOD in the PSGI environment will be replaced
with the client's desired value. The original request method is always
stored under the plack.original_request_method key.


Required to run:
[lang/perl5] [www/p5-Plack]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: fc184e8eccb33b5d6511927c82402e273e7b0620
RMD160: 3e46c46d3d7328a6b09261b54c583335b2592ec6
Filesize: 12.417 KB

Version history: (Expand)