<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Strangebuzz PHP/Symfony blog.</title>
    <subtitle>Articles for the "http" tag.</subtitle>
    <updated>2026-05-18T05:49:42+02:00</updated>
    <author>
        <name>COil</name>
        <email>coil@strangebuzz.com</email>
    </author>
    <link href="https://www.strangebuzz.com/en/blog/tag/http.xml" rel="self" />
    <id>https://www.strangebuzz.com/en/blog/tag/http.xml</id>
    <icon>https://www.strangebuzz.com/img/strangebuzz_132.jpg?6.4.9</icon>
    <logo>https://www.strangebuzz.com/img/strangebuzz_1024.jpg?6.4.9</logo>
    <rights> © 2026 Strangebuzz</rights>
                            <entry>
            <title>Simple API mocking with the Symfony HTTP client</title>
            <link href="https://www.strangebuzz.com/en/blog/simple-api-mocking-with-the-symfony-http-client" />
            <id>https://www.strangebuzz.com/en/blog/simple-api-mocking-with-the-symfony-http-client</id>
            <published>2022-02-12T00:00:00+01:00</published>
            <updated>2022-02-12T00:00:00+01:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this post, we see a simple solution to mock API calls with the Symfony HTTP client, declare a scoped HTTP client and test it with or without mock. 
</summary>
        </entry>
                            <entry>
            <title>The Symfony Request class interactive cheatsheet</title>
            <link href="https://www.strangebuzz.com/en/blog/the-symfony-request-class-interactive-cheatsheet" />
            <id>https://www.strangebuzz.com/en/blog/the-symfony-request-class-interactive-cheatsheet</id>
            <published>2019-01-29T00:00:00+01:00</published>
            <updated>2020-04-10T00:00:00+02:00</updated>
            <author>
                <name>COil</name>
                <email>coil@strangebuzz.com</email>
            </author>
            <summary type="html">In this post, we will review one of the most used and useful service (in fact it&#039;s a value object) provided by Symfony which is the &lt;a target=&quot;_blank&quot; href=&quot;https://api.symfony.com/master/Symfony/Component/HttpFoundation/Request.html&quot;&gt;Request service&lt;/a&gt; Is is part of the HttpFoundation component. Symfony is indeed a &lt;a target=&quot;_blank&quot; href=&quot;https://symfony.com/doc/current/introduction/http_fundamentals.html#requests-and-responses-in-http&quot;&gt;&quot;Request/Response&quot; framework&lt;/a&gt;. It will be &lt;b&gt;interactive&lt;/b&gt;, that means that you will be able to change the URL used in the examples and provide your one so you can test with different parameters. It will, therefore, save you manual &lt;code&gt;dump()&lt;/code&gt; calls. 😉
</summary>
        </entry>
    </feed>
