Subject: | Deprecate Catalyst-Plugin-SubRequest |
I think this plugin should be deprecated.
I tried to implement an Ext.Direct router (ExtJS RPC) using SubRequest
but I had a really hard time because of content types, response headers,
request headers, request method, missing localization etc.
Eventually I found out that I can make this work using $c->visit(),
which is a perfect substitute for SubRequest.
This should be mentioned in the documentation or even better, deprecate
SubRequest and add documentation on how to use visit() to emulate a
subrequest.
I'd be happy to write this documentation of you agree on deprecating
this module.
cheers,
mo