I'm using Mojolicious 5 and the not_found.development.html.ep template
seems to no longer be included in the distribution. Was this intentional?
Or, maybe I missed something?
Thanks,
- Tom
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To uns
Ah, I see.
It looks like it's trying to render this template (as inline)
after not_found.development.html.ep & not_found.html.ep. So, I was running
into a problem b/c I have a not_found.html.ep template to support
production. Renaming it to not_found.production.html.ep seems to fix the
issue.
Tha
I'm setting up an application that needs to proxy a request.
I found this example and it's working well:
https://metacpan.org/pod/Mojolicious::Plugin::DefaultHelpers#proxy-%3Estart_p
I may need to possibly transform the response body (from HTML to JSON).
What would be the best way to do so when
Oh, ok. Thanks for the response.
On Thu, Jul 9, 2020 at 2:40 PM Sebastian Riedel wrote:
> I'm setting up an application that needs to proxy a request.
>>
>> I found this example and it's working well:
>>
>> https://metacpan.org/pod/Mojolicious::Plugin::DefaultHelpers#proxy-%3Estart_p
>>
>> I may