<?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: Fabio D.</title>
    <description>The latest articles on DEV Community by Fabio D. (@fd_zero).</description>
    <link>https://dev.to/fd_zero</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3999946%2F04ba6d00-c4fe-4652-bee9-92c013e7de8e.png</url>
      <title>DEV Community: Fabio D.</title>
      <link>https://dev.to/fd_zero</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fd_zero"/>
    <language>en</language>
    <item>
      <title>I wanted a lightweight native HTTP client, so I built one in C11</title>
      <dc:creator>Fabio D.</dc:creator>
      <pubDate>Wed, 24 Jun 2026 07:52:55 +0000</pubDate>
      <link>https://dev.to/fd_zero/i-wanted-a-lightweight-native-http-client-so-i-built-one-in-c11-2d7i</link>
      <guid>https://dev.to/fd_zero/i-wanted-a-lightweight-native-http-client-so-i-built-one-in-c11-2d7i</guid>
      <description>&lt;p&gt;Over the last 8 months, I've been building a native HTTP client for Windows and macOS called &lt;strong&gt;ReqKit&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The project started because I was looking for an API tool that felt more like a traditional desktop application than a web application packaged as a desktop app.&lt;/p&gt;

&lt;p&gt;I was interested in exploring what could be achieved by relying primarily on the operating system itself: native UI toolkits, native networking APIs, and a minimal dependency footprint.&lt;/p&gt;

&lt;p&gt;As an experiment, I decided to build the application directly on top of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Win32&lt;/strong&gt; on Windows&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cocoa&lt;/strong&gt; on macOS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;using &lt;strong&gt;C11&lt;/strong&gt; as the common foundation.&lt;/p&gt;

&lt;p&gt;The result is a native desktop application focused on REST API testing and JSON workflows, without requiring accounts, cloud services, or external infrastructure.&lt;/p&gt;

&lt;p&gt;One of the most interesting parts of the project has been discovering how much modern desktop software can still be built using operating-system APIs directly, without adding layers of frameworks, runtimes, or large dependency trees.&lt;/p&gt;

&lt;p&gt;I'd be curious to hear from developers who are still building native desktop software today.&lt;/p&gt;

&lt;p&gt;Links:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Project website: &lt;a href="https://reqkit-app.github.io/" rel="noopener noreferrer"&gt;https://reqkit-app.github.io/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>c</category>
      <category>networking</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
