FOSHttpCache icon indicating copy to clipboard operation
FOSHttpCache copied to clipboard

Integrate your PHP application with your HTTP caching proxy

Results 13 FOSHttpCache issues
Sort by recently updated
recently updated
newest added

As discussed in the original [Fastly PR](https://github.com/FriendsOfSymfony/FOSHttpCache/pull/403#issuecomment-425948975) in order to generalize TTL handling across backends like Varnish, Fastly, Symfony, it could be an idea to: 1. abstract it on client...

Recent use case popped up that we have been thinking about some years now is to add support for several context hashes. In order to allow our end users to...

Just to start the discussion, anyone looked into feasibility of Akamai support? Might also be interesting to support other CDN's as well, but Akamai is typically preferred choice among media...

Would it make sense to switch to Symfony HttpClient to reduce setup time with the lib/bundle? Technically library would only need to rely on symfony/http-client-contracts **OR** just PSR-18 as proposed...

1) FOS\HttpCache\Tests\Unit\CacheInvalidatorTest::testMethodException This test did not perform any assertions 2) FOS\HttpCache\Tests\Unit\ProxyClient\HttpDispatcherTest::testBanWithoutBaseUri This test did not perform any assertions 3) FOS\HttpCache\Tests\Unit\Test\Proxy\SymfonyProxyTest::testStart This test did not perform any assertions

Change the requirements from php-http/httplug to psr/http-client and psr/http-factory and adjust the code accordingly. (new major version)

Fix #61. 1. The idea is that using this client involves less custom VCL. However, for the ban lurker to work, some custom VCL is still necessary to copy e.g....

instead of sending special requests to the varnish frontend (and have rules that check every request for being a purge from the webserver), one could also use the tcp interface...

enhancement
varnish
in progress

Hey :-) One of my projects is using `friendsofsyfmony/fos-http-cache-bundle`. I recently noticed composers output: ``` Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead. ``` Obviously this...