Introduce the core building blocks for the httpx library: - middleware.Middleware type and Chain() composer - Error struct with sentinel errors (ErrRetryExhausted, ErrCircuitOpen, ErrNoHealthy) - internal/clock package with Clock interface and MockClock for deterministic testing
4 lines
41 B
Modula-2
4 lines
41 B
Modula-2
module git.codelab.vc/pkg/httpx
|
|
|
|
go 1.24
|