#httpstatus
🐍 Python Tip

❌ Avoid hard coding HTTP status code checks.

✅ Instead use the HTTPStatus class from http module

🏁 HTTPStatus is an enum which returns a value, phrase & description for all HTTP codes
November 30, 2024 at 6:21 AM
I've just released version 2.0.0 of the HTTP Status Code & JSP Tag Library

#github #http #java #jsp #satuscode

github.com/ethauvin/Htt...
Release 2.0.0 · ethauvin/HttpStatus
Summary Getting the reason phrase is now more generic: Reasons.getReasonPhrase(404) Reasons.getReasonPhrase(666, "Unknown Reason") New StatusCode class: StatusCode.isServerError(500) StatusCod...
github.com
September 29, 2025 at 6:17 AM
Also available as a @make.com integration. www.make.com/en/integrati...
HttpStatus Integration | Workflow Automation
Connect HttpStatus to sync data between apps and create powerful automated workflows. Integrate over 2,000 apps on Make.
www.make.com
March 23, 2025 at 6:33 AM
Tired of checking URLs one by one? 😩 We just launched Bulk HTTP Status - a super fast & completely FREE tool to make your life easier!

Try it now! 👇
bulkhttpstatus.com

#HTTPStatus #WebDev #FreeTool #SEOTool
Free Bulk HTTP Status Code Checker | BulkHTTPStatus
Free bulk HTTP status code checker. Check up to 1,000 URLs at once with real-time results, filtering, and CSV export.
bulkhttpstatus.com
August 10, 2026 at 4:20 AM
January 24, 2026 at 4:07 AM
I've missed Go's http status code constants while working with TypeScript / Cloudflare Workers, so I made a package for it! www.npmjs.com/package/http...
October 21, 2024 at 8:41 AM
I say this having banged my head against Rails symbols for so long. Thinking "I need to send a 403, what is the symbol Rails uses for that?"

A Literal would be better than symbols, but I prefer to use the language of the web directly, taggin it with its type: HttpStatus(403)
November 13, 2024 at 11:27 PM
You could check URLs one at a time. Or spend money on tools. BulkHTTPStatus does it differently. Paste up to 1,000 URLs and you will spot redirect loops, 404s, broken links instantly.

Give it a try: bulkhttpstatus.com

#HTTPStatus #WebDev #FreeTool #SEOTool
Free Bulk HTTP Status Code Checker | BulkHTTPStatus
Free bulk HTTP status code checker. Check up to 1,000 URLs at once with real-time results, filtering, and CSV export.
bulkhttpstatus.com
September 2, 2026 at 7:57 PM
Sorry, I meant `Yippee::HTTPStatus`. Literal is the gem that provides the enum abstraction.
November 13, 2024 at 11:39 PM
You can do that though. You’d just do `Literal::HTTPStatus[403]`.
November 13, 2024 at 11:33 PM
I did not like the way the structure of the OpenTelemetry Model, but now that I need to add app, url, httpstatus and respose time so that I can split it in Prometheus/Kibana it starts to kind of make sense.
April 11, 2025 at 10:46 AM
Der #DLR #SpaceBotCup findet am 11./12.11. statt - wir übertragen live! Mehr Info in Kürze. Bis dahin: http://www.dlr.de/blogs/desktopdefault.aspx/httpstatus-404/tabid-7023/11643_read-671/ #Blog #Video
February 4, 2025 at 8:07 AM
見てる: "httpstat.us service down? · Issue #89 · aaronpowell/httpstatus" https://github.com/aaronpowell/httpstatus/issues/89
August 16, 2025 at 3:03 AM
Nuxt v4.4.6
HttpStatus
beta.httpstatus.io
June 14, 2026 at 3:54 PM
💻 HTTP 500: "Internal Server Error" status code ⚠️
The server overdid it with the celebrating, dramatically collapsing.
#InternalServerError #HTTPStatus #InternetProtocols #SystemFailure #500
May 15, 2026 at 8:32 PM
💻 HTTP 400: "Bad Request" status code ⚠️
After 400 dailies, the server understood the protocol, not the intent.
#BadRequest #HTTPStatus #InternetProtocols #RequestFailed #400
February 4, 2026 at 10:56 PM
Partly I'm complaining about manual shuffling that seems to be a part of normal code editing. (E.g. Turns out there's four different possible types called "HttpStatus" in crates my crate depends on, so, I'm manually picking.)(vs Golang's "pkg.Type" syntax results in it oft being able to autoimport.)
May 17, 2024 at 2:19 PM
Comprehensive Guide to #HTTP Status Codes

This article provides a comprehensive guide to HTTP status codes.
Comprehensive Guide to HTTP Status Codes
HTTP (Hypertext Transfer Protocol) status codes are standardized responses from web servers ...
Continued 👉 #statuscodes #httpstatus
November 25, 2025 at 1:39 AM
Comprehensive Guide to #HTTP Status Codes

This article provides a comprehensive guide to HTTP status codes.
Comprehensive Guide to HTTP Status Codes
HTTP (Hypertext Transfer Protocol) status codes are standardized responses from web servers ...
Continued 👉 #httpstatus #statuscodes
November 18, 2025 at 11:04 PM
SemVer, HttpStatus & Pinboard Poster (via Erik's Weblog)

I've just updated a few more libraries…

erik.thauvin.net/blog/p...
SemVer, HttpStatus & Pinboard Poster
I've just updated a few more libraries…
erik.thauvin.net
October 2, 2023 at 8:55 PM
remembered this after looking for a status code in spring docs.spring.io/spring-frame...
HttpStatus (Spring Framework 6.2.1 API)
declaration: package: org.springframework.http, enum: HttpStatus
docs.spring.io
December 29, 2024 at 12:06 PM