The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Catalyst-Action-REST Catalyst::Controller::"

Catalyst::Controller::REST - A RESTful controller River stage two • 27 direct dependents • 62 total dependents

Catalyst::Controller::REST implements a mechanism for building RESTful services in Catalyst. It does this by extending the normal Catalyst dispatch mechanism to allow for different subroutines to be called based on the HTTP Method requested, while al...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Request::REST - A REST-y subclass of Catalyst::Request River stage two • 27 direct dependents • 62 total dependents

This is a subclass of "Catalyst::Request" that applies the Catalyst::TraitFor::Request::REST role to your request class. That trait adds a few methods to the request object to facilitate writing REST-y code. This class is only here for backwards comp...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Action::REST - Automated REST Method Dispatching River stage two • 27 direct dependents • 62 total dependents

This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. First it will try dispatching to an action with the generated name, and fai...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Action::Serialize - Serialize Data in a Response River stage two • 27 direct dependents • 62 total dependents

This action will serialize the body of an HTTP Response. The serializer is selected by introspecting the HTTP Requests content-type header. It requires that your Catalyst controller is properly configured to set up the mapping between Content Type's ...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Action::SerializeBase - Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize. River stage two • 27 direct dependents • 62 total dependents

This module implements the plugin loading and content-type negotiating code for Catalyst::Action::Serialize and Catalyst::Action::Deserialize....

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Action::Deserialize - Deserialize Data in a Request River stage two • 27 direct dependents • 62 total dependents

This action will deserialize HTTP POST, PUT, OPTIONS and DELETE requests. It assumes that the body of the HTTP Request is a serialized object. The serializer is selected by introspecting the requests content-type header. If you want deserialize any o...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Action::REST::ForBrowsers - Automated REST Method Dispatching that Accommodates Browsers River stage two • 27 direct dependents • 62 total dependents

This class subclasses Catalyst::Action::REST to add an additional dispatching hook. If the request is a GET request *and* the request looks like it comes from a browser, it tries to dispatch to a "GET_html" method before trying to the "GET" method in...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC

Catalyst::Action::DeserializeMultiPart - Deserialize Data in a Multipart Request River stage two • 27 direct dependents • 62 total dependents

This action will deserialize multipart HTTP POST, PUT, OPTIONS and DELETE requests. It is a simple extension of Catalyst::Action::Deserialize with the exception that rather than using the entire request body (which may contain multiple sections), it ...

JJNAPIORK/Catalyst-Action-REST-1.21 - 05 Dec 2017 15:16:47 UTC
8 results (0.042 seconds)