TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A Website for HTTP Status Codes

22 pointsby archmasterabout 6 years ago

4 comments

lpincaabout 6 years ago
How is this better than <a href="https:&#x2F;&#x2F;httpstatuses.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;httpstatuses.com&#x2F;</a>
评论 #19530422 未加载
评论 #19534551 未加载
评论 #19529022 未加载
评论 #19534419 未加载
archmasterabout 6 years ago
As an exploration of Svelte (v3.svelte.technology), I designed and build this fairly simple website that solves a problem I have often - quickly finding HTTP status code info.<p>It&#x27;s pretty simple, but I think it can actually be a fairly useful tool in my workflow and I hope the workflows of others. I&#x27;d love to hear some feedback!<p>It&#x27;s easy to use and super fast, especially considering my previous workflow was:<p>- Encounter a status code in some code<p>- Find the Wikipedia article on HTTP status codes<p>- Press Ctrl-F<p>- Type in the status code<p>- Hit return<p>- Read the explanation<p>Now it&#x27;s much quicker for me. I might also make a Visual Studio Code extension to make the process even faster.<p>I&#x27;d love to hear some feedback!
评论 #19528285 未加载
评论 #19527694 未加载
zbufabout 6 years ago
This assumes I care about a status code in isolation when, in fact, they are grouped or related.<p>If selecting a status code, or if faced with one, I want to see that relationship.<p>It&#x27;s a fun project but it might be a bit over engineered. I think it&#x27;d have to be at least as good as a list.
评论 #19529009 未加载
trumbitta2about 6 years ago
Hi, permalinks might not be working at the moment (I tried with a 204)