Tags
#http
Blog posts, snippets, and glossary entries related to "http", gathered in one place.
Entries 4
- BlogBasic policy when implementing an API server with Golang
I have organized my own basic policies when writing an API server in Go, including single binary + cobra, operation focus, HTTP/CLI separation, secure error handling, and graceful shutdown.
- GlossaryDrain
Drain is a transition or shutdown procedure that stops accepting new requests or jobs while safely finishing only the work already in progress.
- GlossaryReadiness
Readiness is an indicator of whether a service or process is in a state where it can accept new requests or new jobs.
- BlogMy Notes on `Cache-Control: max-age=3, must-revalidate`
A breakdown of the behavior behind a micro-caching Cache-Control setting. This article covers what `max-age=3` plus `must-revalidate` actually does, a timeline of how it behaves, and concrete use cases.
hsb.horse