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

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.

http.client — HTTP protocol client — Python 3.14.6 documentation

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

2 days ago · This module defines classes that implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib.request uses it to handle URLs that use …

Sign in to your account - client.wvd.microsoft.com

https://client.wvd.microsoft.com/webclient/index.html

Can’t access your account? Terms of use Privacy & cookies ...

HTTP Client | IntelliJ IDEA Documentation - JetBrains

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

May 20, 2026 · Explore the features of the HTTP Client plugin: compose and execute HTTP requests, view responses, configure proxy settings, certificates, and more.

HTTPie – API testing client that flows with you

https://httpie.io/

HTTPie is making APIs simple and intuitive for those building the tools of our time. All the user-friendliness of our Terminal version, now wrapped up in a sleek graphical interface. If you're in need …

mrmykey/awesome-http-clients - GitHub

https://github.com/mrmykey/awesome-http-clients

Requestly - Open-source, Lightweight, Git-Friendly API Client Built for Modern Developers. Restk (macOS) - Native API client with MCP integration for AI-assisted API development.

ReqBin HTTP Client - Chrome Web Store

https://chromewebstore.google.com/detail/reqbin-http-client/gmmkjpcadciiokjpikmkkmapphbmdjok

ReqBin HTTP Client to send HTTP API requests to the localhost and servers on your local network. The ReqBin Chrome extension allows developers to send HTTP API requests to localhost and servers...

HTTP Client | Laravel 13.x - The clean stack for Artisans and agents

https://laravel.com/docs/13.x/http-client

Laravel provides an expressive, minimal API around the Guzzle HTTP client, allowing you to quickly make outgoing HTTP requests to communicate with other web applications.

http-client - npm

https://www.npmjs.com/package/http-client

http-client simplifies the process of creating flexible HTTP clients that work in both node and the browser. You create your own fetch function using the createFetch method, optionally passing …

HTTP Client (Symfony Docs)

https://symfony.com/doc/current/http_client.html

The HTTP client contains many options you might need to take full control of the way the request is performed, including DNS pre-resolution, SSL parameters, public key pinning, etc.

Trending Now