Changes for version 0.99_03 - 2019-10-15
- (Abe Timmerman, 2 seconds ago) Autocommit for distribution Dancer::Plugin::RPC::RESTISH 0.99_03 (same)
Changes for version 0.99_02 - 2019-06-27
- (Abe Timmerman, 4 months ago) Autocommit for distribution Dancer::Plugin::RPC::RESTISH 0.99_02 (same)
- (Abe Timmerman, 42 minutes ago) Use the new ErrorResponse from Dancer::Plugin::RPC
- Now that we can link HTTP-response-status to RPC-error_code, register
- the rpc-error-code with HTTP-response map with the ErrorResponse object.
- No longer the need to set the HTTP-response from within the software.
- Also fix some regexen, to allow for dispatch-paths with a path-parameter
- as their first element (after the path)
Changes for version 0.99_01 - 2019-05-14
- (Abe Timmerman, 5 months ago) Autocommit for distribution Dancer::Plugin::RPC::RESTISH 0.99_01 (test)
- (Abe Timmerman, 4 months ago) Basic support for CORS
- By specifying 'cors_allow_origin' as an argument in the configuration of
- the 'restish' keyword, we try to handle preflight-requests an add CORS
- headers for (regular) requests that send the 'Origin' header.
Changes for version 0.00_00 - 2019-05-14
- (Abe Timmerman, 5 months ago) Initial commit for Dancer::Plugin::RPC::RESTISH
- A new plugin for the Dancer::Plugin::RPC framework that enables one to
- also expose an existing API as a REST interface.
Modules
Simple plugin to implement a restish interface.