Changes for version 0.07 - 2011-09-01
- INCOMPATIBLE CHANGES
- To set request options via HTTP header, now use 'X-SS-Opt-xxxxx' instead of 'X-SS-xxxxx'.
- Output format 'php' becomes 'phps'.
- ENHANCEMENTS
- Implement 'about' command.
- Implement 'list_subs' command.
- Implement 'spec command.
- Implement 'usage' command.
- INTERNAL
- now uses Sub::Spec::URI so can be set as a proxy (access another remote sub).
- ETC
- Specification formalized, separated into Sub-Spec-HTTP.
- Various fixes.
Modules
Authorize client using access-control list
Handle command
Limit access rate
Log request
Parse HTTP request into SS request
PSGI application to serve remote (HTTP) subroutine call requests
Return information about the server and request
Handle 'call' command (call subroutine and return the result)
List available modules
List subroutines in a module
Return subroutine spec
Return function usage information