logo hsb.horse
← Back to tag index

Tags

#http

Blog posts, snippets, and glossary entries related to "http", gathered in one place.

Entries 4
  1. Blog
    Basic 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.

  2. Glossary
    Drain

    Drain is a transition or shutdown procedure that stops accepting new requests or jobs while safely finishing only the work already in progress.

  3. Glossary
    Readiness

    Readiness is an indicator of whether a service or process is in a state where it can accept new requests or new jobs.

  4. Blog
    My 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.