HTTP/3 in Java - Inside Java Newscast #96
Explains the upcoming HTTP/3 support in Java's HTTP Client API, detailing the simple API change and connection negotiation.
Explains the upcoming HTTP/3 support in Java's HTTP Client API, detailing the simple API change and connection negotiation.
Livestream notes on refactoring the kr8s Python library by replacing aiohttp with httpx to add trio support.
A technical guide on integrating a custom HTTP client with Go's OAuth2 package and the GitHub SDK for testing and API interactions.
A guide to writing HTTP client middleware in Go by implementing custom RoundTripper interfaces for logging, headers, and caching.
A tutorial on using the SwiftHttp library to build async HTTP API clients in Swift, featuring async/await support and request handling.
A guide to calling the Kubernetes API directly using HTTP clients like curl, covering authentication, server discovery, and CRUD operations.
A developer explains a tricky bug caused by global WebRequest overrides in .NET and the simple fix using CreateHttp.
A guide to configuring connection timeouts and implementing retry logic for synchronous HTTP communication, using Feign as an example.
Explains why and how to replace the axios HTTP library with a lightweight, custom wrapper around the browser's native fetch API.
Explores Java 11's HTTP/2 API for reactive, streaming request and response bodies using the Flow API, with code examples.
A developer's technical exploration of the Netty framework for building high-performance network applications in Java, prompted by HTTP client frustrations.
A guide to handling Faraday::Error::ConnectionFailed in Ruby using a custom middleware for better error management.