<?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: Lucas Azevedo</title>
    <description>The latest articles on DEV Community by Lucas Azevedo (@oazevedolucas).</description>
    <link>https://dev.to/oazevedolucas</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%2F876132%2F3b3bbecc-ea60-4d99-85a6-f855641cc804.jpeg</url>
      <title>DEV Community: Lucas Azevedo</title>
      <link>https://dev.to/oazevedolucas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oazevedolucas"/>
    <language>en</language>
    <item>
      <title>🟢🟡🔴 HTTP STATUS CODE WITHOUT NONSENSE</title>
      <dc:creator>Lucas Azevedo</dc:creator>
      <pubDate>Tue, 15 Oct 2024 14:02:30 +0000</pubDate>
      <link>https://dev.to/oazevedolucas/http-status-code-without-nonsense-35ce</link>
      <guid>https://dev.to/oazevedolucas/http-status-code-without-nonsense-35ce</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Innovation distinguishes between a leader and a follower.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;HTTP STATUS CODE WITHOUT NONSENSE&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  200
&lt;/h2&gt;

&lt;p&gt;🟢 200 OK - Your request succeeded.&lt;/p&gt;

&lt;p&gt;🟢 201 CREATED - Your information has been created on the server.&lt;/p&gt;

&lt;h2&gt;
  
  
  400
&lt;/h2&gt;

&lt;p&gt;🟡 404 NOT FOUND - The page you tried to access or the information you sought doesn’t exist.&lt;/p&gt;

&lt;p&gt;🟡 403/ 401 Forbidden/Unauthorized - Access denied or bad permissions, brother, log in again.&lt;/p&gt;

&lt;h2&gt;
  
  
  500
&lt;/h2&gt;

&lt;p&gt;🔴 500 Internal Server Error - The API is broken, or you sent something that broke it.&lt;/p&gt;

&lt;p&gt;🔴 503 Service Unavailable - The API is temporarily down; it’ll be back soon.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>api</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
