This package browser is in early development. Mind the rough edges.

perl-plack-middleware-methodoverride 0.20

Override REST methods to Plack apps via POST

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.

Installation

Install perl-plack-middleware-methodoverride 0.20 as follows:

guix install perl-plack-middleware-methodoverride@0.20

Or install the latest version:

guix install perl-plack-middleware-methodoverride

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.