Search Articles — Sudonull

Search Results

In this project

Microservices Communication Tools Kafka Feign

https://sudonull.com/microservices-communication-tools-kafka-feign

Breakdown of HTTP clients WebClient, Feign, WebSocket and Kafka for microservices. Reactivity, delivery guarantees, code examples. Choose a tool for load and tasks.

ClickHouse client and HTTP API: connection and first queries

https://sudonull.com/clickhouse-client-and-http-api-connection-and-first-queries

Practical guide to working with clickhouse-client and HTTP API: connection methods, interactive vs batch, JSON/CSV formats, creating the bets table. Examples for a betting platform.

HttpClient Spring 7: Feign replacement

https://sudonull.com/httpclient-spring-7-feign-replacement

Declarative HttpClient in Spring 7 as an alternative to FeignClient. Setup with OpenAPI, validation, virtual threads. Instructions for middle/senior dev.

HTTP Latency Diagnostics: from Nginx to the Kernel

https://sudonull.com/http-latency-diagnostics-from-nginx-to-the-kernel

Searching for causes of latency in the HTTP pipeline. Analysis of Nginx logs, Server-Timing, and TCP_INFO for quick localization of bottlenecks.

From the web

http.client — HTTP protocol client — Python 3.14.7 documentation

https://docs.python.org/3/library/http.client.html

1 day ago · Source code: Lib/http/client.py This module defines classes that implement the client side of the HTTP and HTTPS …

Make HTTP requests with the HttpClient - .NET | Microsoft Learn

https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient

Mar 5, 2026 · Learn how to make HTTP requests and handle responses with the HttpClient in .NET.

HttpClient Class (System.Net.Http) | Microsoft Learn

https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?view=net-10.0

Provides a class for sending HTTP requests and receiving HTTP responses from a resource identified by a URI.

HTTPie – API testing client that flows with you

https://httpie.io/

Making APIs simple and intuitive for those building the tools of our time.

Apache HttpComponents – HttpClient Overview

https://hc.apache.org/httpcomponents-client-4.5.x/index.html

Aug 28, 2026 · flexibility or functionality needed by many applications. HttpClient seeks to fill this void by providing an efficient, up-to …

http — HTTP modules — Python 3.14.7 documentation

https://docs.python.org/3/library/http.html

Source code: Lib/http/__init__.py http is a package that collects several modules for working with the HyperText Transfer Protocol: …

http-client · GitHub Topics · GitHub

https://github.com/topics/http-client

2 days ago · GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over …

HTTP Client | IntelliJ IDEA Documentation - JetBrains

https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html

Aug 17, 2026 · The HTTP Client supports gRPC requests. For the HTTP Client to treat your requests as gRPC requests, start them …

C# HttpClient - creating HTTP requests with HttpClient in C# - ZetCode

https://zetcode.com/csharp/httpclient/

Jul 5, 2023 · C# HttpClient tutorial shows how to create HTTP requests with HttpClient in C#. In the examples, we create simple GET, …

HttpClient (Java SE 11 & JDK 11 ) - Oracle

https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html

An HTTP Client. An HttpClientcan be used to send requestsand retrieve their responses. An HttpClientis created through a builder. …

Trending Now