I noticed there are new class in the android.net.http package. Some of them are added in API 34, also in the S Extensions 7. I encountered the HttpEngine class in the package, the summary says that
An engine to process UrlRequests, which uses the best HTTP stack available on the current platform. An instance of this class can be created using HttpEngine.Builder.
Is this class noteworthy? What is meant by "best HTTP stack", would it perform better than typical HTTP client we use like OkHttp?