About 15,100 results
Open links in new tab
  1. HttpClient Class (System.Net.Http) | Microsoft Learn

    // HttpClient is intended to be instantiated once per application, rather than per-use. See Remarks. static readonly HttpClient client = new HttpClient(); static async Task Main() { // Call asynchronous network …

  2. Apache HttpComponents – HttpClient Overview

    Feb 21, 2026 · Designed for extension while providing robust support for the base HTTP protocol, HttpClient may be of interest to anyone building HTTP-aware client applications such as web …

  3. How To Implement HttpClient in C# (4 Ways) - DEV Community

    Sep 3, 2025 · HttpClient in .NET simplifies calling REST APIs by sending HTTP requests and receiving responses. It supports GET, POST, PUT, and DELETE methods with async operations.

  4. HttpClient (Java SE 11 & JDK 11 ) - Oracle

    Once built, an HttpClient is immutable, and can be used to send multiple requests. An HttpClient provides configuration information, and resource sharing, for all requests sent through it.

  5. HttpClient como mestre: domine chamadas HTTP de forma ... - Medium

    Jun 19, 2025 · Implementei um código com um método genérico e reutilizável aplicando as melhores práticas citadas acima, dessa maneira, eu consigo garantir a criação do httpclient e ainda aplicar as ...

  6. C# HttpClient: The Complete Guide [2023] - Josip Misko

    In this guide, you will learn everything you need to know about using HttpClient. From the basics of making requests to advanced topics such as handling timeouts, authentication, and dependency …

  7. Make HTTP requests with the HttpClient - .NET | Microsoft Learn

    Learn how to make HTTP requests and handle responses with the HttpClient in .NET.

  8. Fazer solicitações HTTP com o HttpClient - .NET

    Saiba como fazer solicitações HTTP e lidar com respostas com o HttpClient no .NET.

  9. HttpClient (Java SE 17 & JDK 17) - Oracle

    Once built, an HttpClient is immutable, and can be used to send multiple requests. An HttpClient provides configuration information, and resource sharing, for all requests sent through it.

  10. HttpClient Classe (System.Net.Http) | Microsoft Learn

    Comentários Para obter mais informações sobre essa API, consulte Comentários sobre a API Complementar para HttpClient.