Menu

#Http

30 posts

Feed·
20 of 30 posts
Go's net/http Server.Shutdown: The Three-Stage Drain You Probably Skip
🖼️
0

Go's net/http Server.Shutdown: The Three-Stage Drain You Probably Skip

DEV Community·Gabriel Anhaia·25 days ago
#2DXPQ7VX
#stage#go#http#shutdown#context#func

Server.Shutdown is three stages, not one. The WebSocket trap, the background-goroutine trap, and the production drain pattern with errgroup.

15s
Read More
IoT protocols for asset tracking: MQTT vs HTTP vs CoAP — what to use when
🖼️
0

IoT protocols for asset tracking: MQTT vs HTTP vs CoAP — what to use when

DEV Community·Smrati·25 days ago
#hCimTAgx
#mqtt#http#coap#iot#wins#article

Choosing an unsuitable protocol in an asset tracking stack does not lead to immediate failure but to...

15s
Read More
HTTP 429 or 403 from your options API? Here's what tier you actually need
🖼️
0

HTTP 429 or 403 from your options API? Here's what tier you actually need

DEV Community·tomasz dobrowolski·27 days ago
#7m7iAmWw
#http#building#api#alpha#flashalpha#tier

A developer's decision tree for picking the right FlashAlpha options analytics API tier — driven by the HTTP status code your client just returned.

15s
Read More
io.Reader Composition: Build a Logging Pipeline From Stdlib Pieces
🖼️
0

io.Reader Composition: Build a Logging Pipeline From Stdlib Pieces

DEV Community·Gabriel Anhaia·28 days ago
#VXZaMdvV
#when#go#http#body#writer#bytes

Around 50 lines of Go that log, gzip, and forward HTTP bodies. No third-party deps. Just io.Reader and io.Writer composed like Lego.

15s
Read More
Network Part 3 - The Evolution of HTTP and the Cost of Every Trade-off
🖼️
0

Network Part 3 - The Evolution of HTTP and the Cost of Every Trade-off

DEV Community·Dayul Lee·about 1 month ago
#8l8lQdmm
#largescale#network#backend#http#quic#path

From HOL Blocking to QUIC — how HTTP/1.1, HTTP/2, and HTTP/3 each made a different call on what to keep and what to let go, read through Path Dependency and the Innovator's Dilemma.

15s
Read More