<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services">

    <config xmlns="http://example.org/schema/dic/fos_http_cache">
        <proxy-client>
            <symfony tags-header="My-Cache-Tags" tags-method="MYMETHOD" header-length="1234" purge-method="MYPURGE" >
                <http base-url="/test" http-client="acme.guzzle.symfony">
                    <server>22.22.22.22</server>
                </http>
            </symfony>
        </proxy-client>

    </config>
</container>
