<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Farukh</title>
    <description>The latest articles on DEV Community by Farukh (@akbforever).</description>
    <link>https://dev.to/akbforever</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3849779%2Fd9a93693-b4cd-4651-9959-63ca94ce3b59.jpeg</url>
      <title>DEV Community: Farukh</title>
      <link>https://dev.to/akbforever</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akbforever"/>
    <language>en</language>
    <item>
      <title>I built a lightweight HTTP client that lives inside Chrome — no Postman needed</title>
      <dc:creator>Farukh</dc:creator>
      <pubDate>Sun, 29 Mar 2026 17:25:00 +0000</pubDate>
      <link>https://dev.to/akbforever/i-built-a-lightweight-http-client-that-lives-inside-chrome-no-postman-needed-5afm</link>
      <guid>https://dev.to/akbforever/i-built-a-lightweight-http-client-that-lives-inside-chrome-no-postman-needed-5afm</guid>
      <description>&lt;h1&gt;
  
  
  I built a lightweight HTTP client that lives inside Chrome
&lt;/h1&gt;

&lt;p&gt;I got tired of switching between the browser and Postman just to test a quick API call.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;HTTP Client&lt;/strong&gt; — a Chrome extension that lets you send HTTP requests&lt;br&gt;
directly from a side panel, without leaving your current tab.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;All HTTP methods: GET, POST, PUT, DELETE, PATCH and more&lt;/li&gt;
&lt;li&gt;Headers, Query Params, Request Body (JSON / plain text)&lt;/li&gt;
&lt;li&gt;Authentication: Bearer token, Basic Auth, API Key&lt;/li&gt;
&lt;li&gt;Save requests to &lt;strong&gt;Collections&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Request History&lt;/strong&gt; — every request is saved automatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Environment Variables&lt;/strong&gt; — use {{baseUrl}} style placeholders&lt;/li&gt;
&lt;li&gt;Works as a &lt;strong&gt;Side Panel&lt;/strong&gt; — stays open while you browse&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why not Postman?
&lt;/h2&gt;

&lt;p&gt;Postman is powerful, but heavy. Sometimes you just need to hit an endpoint&lt;br&gt;
and see the response. Opening a separate app breaks your flow.&lt;/p&gt;

&lt;p&gt;HTTP Client stays inside Chrome, opens in seconds, and remembers your requests.&lt;br&gt;
No account required. No telemetry. Completely free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://chromewebstore.google.com/detail/http-client/fecfbocdmhmnpmklhbenmhigpkkhkbjp" rel="noopener noreferrer"&gt;Install from Chrome Web Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love your feedback — what feature would make your API testing faster?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>chromeextension</category>
      <category>api</category>
    </item>
  </channel>
</rss>
