Skip to content
On this page

HTTP

HTTP crash course is great overview.

Caddy is amazing for self hosting servers. HTTPie, HTTP Toolkit, Hurl & xh are useful. HTTP Docs has nice overview.

Status code summary (as cats) is fun summary.

1xx: hold on
2xx: here you go
3xx: go away
4xx: you fucked up
5xx: I fucked up

kawipiko is neat static HTTP server. Svix is nice for webhooks.

Notes