#httpclient
C# HttpClient + libcurl HttpMessageHandler + mbedTLS + .NET 4.0 + Windows XP :)
March 22, 2025 at 12:18 AM
*sigh* FINE

github.com/blowdart/idu...

A #dotnet package for basic SSRF protection.
March 29, 2026 at 11:34 AM
"10 or more reasons to not use JDK’s HttpClient" by @bricedutheil.bsky.social

I agree, the JDK HttpClient is horrible, buggy and incomplete (multi-part encoding anyone?).

blog.arkey.fr/2026/02/08/t...
10 or more reasons to not use JDK’s HttpClient
Java mostly, and general tech
blog.arkey.fr
March 27, 2026 at 9:23 AM
🚀 #Angular 19.2 is here, bringing the long-awaited httpResource! 🎉

httpResource is NOT a replacement for HttpClient

It’s designed for reactive fetching (Signal-driven) and runs on top of HttpClient.

For mutations, HttpClient is your friend.

🔗 github.com/angular/angu...
Release v19.2.0 · angular/angular
19.2.0 (2025-02-26) common Commit Description introduce experimental httpResource (#59876) compiler Commit Description Add Skip Hydration diagnostic. (#59576) support untagged...
github.com
February 26, 2025 at 9:22 PM
Oh arses, I'm going to have to switch from using a pre-defined HttpClient to using the HttpClientFactory.
January 5, 2025 at 12:15 AM
One HttpClient per request is not the fix.

It owns a connection pool. Dispose it constantly and you churn connections/ports.

Use one of these:
• long-lived HttpClient + PooledConnectionLifetime
• short-lived clients from IHttpClientFactory
July 7, 2026 at 8:00 AM
🚀 httpclient gem 2.9.0 is out! 🚀 After 8 years, we're thrilled to release this update thanks to amazing contributors! Huge thanks to yhonda & @byroot.bsky.social . 🙏
rubygems.org/gems/httpcli...
httpclient | RubyGems.org | your community gem host
rubygems.org
February 22, 2025 at 1:22 AM
𝗖𝗮𝗹𝗹 𝗲𝘅𝘁𝗲𝗿𝗻𝗮𝗹 𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 𝘄𝗶𝘁𝗵 𝘁𝗵𝗲 𝗛𝘁𝘁𝗽𝗖𝗹𝗶𝗲𝗻𝘁 𝗱𝗮𝘁𝗮 𝘁𝘆𝗽𝗲
learn.microsoft.com/en-us/dynami...

🆕 Anti-SSRF validation for AL HttpClient
learn.microsoft.com/en-us/dynami...
March 6, 2026 at 12:42 PM
If you're not on reddit, you probably missed this 😄

httpResource : An HttpClient based resource, which means ... a first Http API without Observables.

(but we still love RxJS and you know it ❤️)
January 25, 2025 at 8:01 AM
Stop tab switching.

I built a Substack reader that runs in your terminal using Java 21, HttpClient, Gson, Jsoup, and TamboUI.

Keyboard-first. Scrollable. No browser.

Full tutorial:
buff.ly/7YSVCoz

#Java #TUI #DevTools #OpenSource
March 15, 2026 at 7:15 AM
Using the #JDK HttpClient, or … not.
Well it depends on each one’s use cases.

blog.arkey.fr/2026/02/08/t...
10+ reasons to NOT use JDK’s HttpClient
Java mostly, and general tech
blog.arkey.fr
February 10, 2026 at 10:06 PM
⚠️ XSRF Token Leak in #Angular HttpClient
⛔️ via Protocol-Relative URLs
Check your HttpClient usage!
November 27, 2025 at 1:26 AM
🚀 Coming in #Angular 21
✔️ HttpClient Built In by Default
#Angular21
Watch Now: youtu.be/7ilpiU8DRs4
Coming in Angular 21: HttpClient Built In by Default — New Feature!
YouTube video by Igor Sedov
youtu.be
August 26, 2025 at 1:26 PM
🚀 @angular.dev v21 is out!

🎯 Signal Forms
⚡ Zoneless by default
🧪 Vitest

Plus HttpClient by default, `@angular/aria`, and more!

👉 blog.ninja-squad.com/2025/11/20/w...
November 20, 2025 at 8:15 AM
WIP networking in cat engine 0.5.2 "mittens"

added HttpServer{} and HttpClient{} components with imperative methods / apis (get, post, bind address, mount router, etc).

both callbacks and listening for signals [emitted on the scope of a server] are supported for handling requests

#gamedev
July 11, 2026 at 3:44 AM
🚀 New in Symfony 8.1: HttpClient Improvements
➡️ https://symfony.com/blog/new-in-symfony-8-1-httpclient-improvements
June 3, 2026 at 3:42 PM
Brice Dutheil: 10+ reasons to NOT use JDK's HttpClient

#httpclient #java #jdk #kotlin #okhttp

blog.arkey.fr/2026/02/0...
10+ reasons to NOT use JDK’s HttpClient
Java mostly, and general tech
blog.arkey.fr
February 11, 2026 at 6:06 AM
Apache HttpComponents HttpClient 5.4.4 is now available for download: buff.ly/0kgk4vg #opensource
May 9, 2025 at 7:00 AM
Putting Guzzle #PHP on steroids with #Symfony HttpClient inside. 🎉
A PR I wouldn't have shipped without an LLM — and vice versa 😛
github.com/symfony/symf...
[HttpClient] Add `GuzzleHttpHandler` that allows using Symfony HttpClient as a Guzzle handler by nicolas-grekas · Pull Request #63433 · symfony/symfony
Q A Branch? 8.1 Bug fix? no New feature? yes Deprecations? no Issues - License MIT Despite the PSR-18 promise and php-http/discovery's efforts to make it real, a large chunk of...
github.com
February 19, 2026 at 5:30 PM
Spring Boot 4.1 now includes built-in SSRF protection for HttpClient. No extra libraries, no custom filters. Secure by default.

https://youtu.be/PDbBG_GrcwU
June 26, 2026 at 11:51 AM
Using Named Pipes with ASP.NET Core and HttpClient
Using named pipes with ASP.NET Core and HttpClient
In this post I show how to create an ASP.NET Core server that listens using Windows Named Pipes, and how to call the server using an HttpClient
devdigest.today
February 27, 2024 at 9:13 AM