» Tag
http
18 postsHTTP QUERY Method Arrives: Is Your Infrastructure Ready?
IETF's new QUERY HTTP method fixes the POST-for-search compromise, but CDN, WAF, and framework support still lag behind. A practical engineering guide to what's ready and what isn't.
RSL: Machine-Readable Licensing Beats Blocking AI Crawlers
RSL lets publishers license content for AI training with machine-readable XML instead of blocking crawlers — namespace, carriers, and 402 enforcement explained.
Draft Spec Proposes Unified Server-Side HTTP API for JS Runtimes
A draft spec proposes a unified server-side HTTP API using ServerContext to reconcile Node, Deno, Bun, and edge runtime differences.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comPython library verifies OpenAI's signed AI agent traffic (RFC 9421)
regent-httpsig is an open-source Python library that verifies and signs OpenAI-style AI agent HTTP traffic per RFC 9421 and Web Bot Auth drafts.
Spoold: Durable Outbound HTTP Delivery Without a Database
Spoold is a lightweight Go daemon that gives outbound HTTP requests durable, at-least-once delivery without a database or message broker.
HTTP Gets a New Method: How QUERY Reshapes API Design
RFC 10008 defines HTTP's new QUERY method, letting APIs send safe, idempotent, cacheable complex queries without abusing POST semantics.
Go-ktls: Linux Kernel TLS Offload for Go's HTTPS Listener
Go-ktls offers TLS offload for Go's net/HTTP, supporting TLS 1.3 and 1.2 via the Linux kernel.
Cloudflare Workers Cache: Layered Caching Built-in Before the Worker
Cloudflare announced Workers Cache, a tiered caching feature enabled with a single line of Wrangler configuration for Workers, reducing server-side rendering costs.
Building an MCP Client in C#: Connecting, Discovering, and Calling Tools
Learn how to build an MCP client in C#. Discover connection, tool discovery, and invocation processes.
Race-Safe Idempotent POST Endpoints in Go
Learn about the implementation challenges and solutions for idempotent POST endpoints in Go.