Tag

idempotent

1 views collected around this technical thread.

macrozheng
macrozheng
Jun 20, 2024 · Backend Development

What Is the HTTP QUERY Method and How Does It Differ from GET/POST?

This article explains the HTTP QUERY method as a safe, idempotent request type that carries payloads like POST but enables caching and automatic retries, detailing its semantics, caching behavior, Accept-Query header, and providing practical code examples.

HTTPQUERY methodWeb API
0 likes · 10 min read
What Is the HTTP QUERY Method and How Does It Differ from GET/POST?
Java Architecture Diary
Java Architecture Diary
Jun 11, 2024 · Fundamentals

Understanding the HTTP QUERY Method: Safety, Idempotence, and Use Cases

This article explains the HTTP QUERY method—a safe, idempotent request type that carries query payloads in the body, contrasts it with GET and POST, details caching behavior, the Accept-Query header, and provides practical examples of direct and indirect responses.

HTTPQUERY methodWeb Protocols
0 likes · 9 min read
Understanding the HTTP QUERY Method: Safety, Idempotence, and Use Cases
Sohu Tech Products
Sohu Tech Products
Nov 9, 2022 · Fundamentals

Understanding Idempotent HTTP Requests: Definitions and Classification

This article explains the concept of idempotent HTTP requests, defines idempotency, lists which HTTP methods are idempotent or not, and clarifies why methods like GET, HEAD, PUT, DELETE are safe to retry while POST, PATCH, and CONNECT are not.

HTTPRESTbackend
0 likes · 6 min read
Understanding Idempotent HTTP Requests: Definitions and Classification
Code Ape Tech Column
Code Ape Tech Column
Feb 3, 2021 · Backend Development

Understanding RocketMQ Consumer Mechanisms: Consumption Modes, Idempotent Handling, Load Balancing, and Rebalancing

This article explains RocketMQ consumer fundamentals, covering concurrent and ordered consumption modes, how to achieve idempotent processing with Redis locks, the load‑balancing strategy implemented by RebalanceImpl, and the complete pull‑process‑consume workflow including code examples.

ConsumerJavaMessage Queue
0 likes · 13 min read
Understanding RocketMQ Consumer Mechanisms: Consumption Modes, Idempotent Handling, Load Balancing, and Rebalancing