Milan Felix Šulc
Milan Felix Šulc
Thank you guys. We know about it, but still, we want to add Redis as official nette/caching driver.
I like that idea. Unfortunately no idea how to solved it. It will possible breaks the API. Maybe for next major v7.
@paveljanda ping
Ping @romanmatyus
I think we can close it, because it's easy to setup http.url address in CLI directly or via extension. ```php $builder->getDefinition('http.request') ->setClass(Request::class, [new Statement(UrlScript::class, ['https://my.url'])]); ``` Right @dg @JanTvrdik @xificurk...
@Majkl578 Well, it's pretty cool, but in nette 2.4 and lower there is httpRequest as service, so I've posted a hint how to do it. This issue is not about...
I see your point @fprochazka. Should I prepare a PR? ```yaml http: url: nette.org ``` ```yaml http: cli: nette.org ``` Or something like that?
Can you please add some tests?
Could you please send a PR? It would be helpful.