Explore tweets tagged as #HTTPClient
One new JDK 26 feature is that HttpClient, which has been part of Java SE since JDK 11, now supports HTTP/3. 🥳 Learn more: https://t.co/lvBEI3ShVq
6
50
408
One new JDK 26 feature is that HttpClient, which has been part of Java SE since JDK 11, now supports HTTP/3. 😱 Find out more: https://t.co/v9RTec5mrx
0
12
95
0
0
0
The easiest way to send HTTP requests in .NET is using an HttpClient. But there's an even simpler alternative. The problem with HttpClient? You need to do many things yourself: - Handle serialization and deserialization - Encode query string parameters - Verbosely set request
5
30
175
How do you create HttpClients in .NET? The recommended approach is using the IHttpClientFactory. You can use the IHttpClientFactory directly. The downside is you'll have to configure the HttpClient every time. If you want to get a pre-configured HttpClient, you can use named
6
28
181
Tired of customizing HttpClient requests in C#? Maybe you're looking for a Delegating Handler. It's like a middleware for your HttpClient. You can add behavior before or after sending a request. I use it all the time to solve cross-cutting concerns: - Authentication -
2
16
139
🚀 AutoCloseable HttpClient in Java 21 🚀 HttpClient has been updated to be AutoCloseable in Java 21. 🔥
2
10
150
.NET 9 is the best platform for microservices. Here's why: 𝗦𝘁𝗮𝗻𝗱𝗮𝗿𝗱 𝗿𝗲𝘀𝗶𝗹𝗶𝗲𝗻𝗰𝗲 𝗵𝗮𝗻𝗱𝗹𝗲𝗿 Adds retries, timeouts, and circuit breakers to HttpClient with one line. 𝗥𝗮𝘁𝗲 𝗹𝗶𝗺𝗶𝘁𝗲𝗿 Built-in middleware protects services from overload and abuse.
4
40
265
Olvídate de new HttpClient() para cada API – haz esto mejor Usando clientes nombrados (named clients)
0
13
99
🚀 @Angular v21 is out! 🎯 Signal Forms ⚡ Zoneless by default 🧪 Vitest Plus HttpClient by default, @angular/aria, and more! 👉 https://t.co/HjQj85IcNs
0
30
173
.NET 9 Task.WhenEach example 🔥 #dotnet 9 includes a new Task.WhenEach API which allows us to easily process asynchronous tasks as they complete. The simple example below makes multiple HttpClient calls and is able to operate on their results as they complete. Have you
7
34
177
Omg. 🙈 It took me 4 hours to figure out why I wasn't able to inject an HttpClient into a simple WebAssembly (Client) project in Blazor. 😤 And once again, it's because of prerendering. 👇
6
6
65
HttpClientがHTTP/3をサポート
One new JDK 26 feature is that HttpClient, which has been part of Java SE since JDK 11, now supports HTTP/3. 😱 Find out more: https://t.co/v9RTec5mrx
0
0
0