Vertaling van "HttpClient" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Uso su *static 'consigue' método para obtener un *HttpClient.
Use its static 'get' method to obtain an HttpClient.
Consulte la documentación de HttpClient para obtener ayuda sobre la modificación del código
See the HttpClient documentation for help on modifying the code
La clase HttpClient te puede dar algunos dolores de cabeza si no conoces como funciona internamente.
The class HttpClient may give you some headaches if you do not know how it works internally.
Recuperar datos desde un servicio web mediante el uso de la nueva versión de librería portátil de HttpClient.
Retrieving data from a web service using the new portable class library version of HttpClient
Pero tiene que usar el HttpClient que es inyectado por el marco blazor como se describe aquí
But you have to use the HttpClient that is injected by the blazor framework as described here
HttpClient El tipo mime por defecto usado para enviar peticiones ha cambiado.
The default mime-type used when sending requests has changed in HttpClient.
Estarás usando el módulo HttpClient para hacer llamadas de API.
You'll be using the HttpClient module to make API calls.
Para poder usar el módulo HttpClient en tu aplicación Angular, necesitas importarla primero en tu archivo app.module.ts.
In order to use the HttpClient module in your Angular application, you need to import it first in your app.module.ts file.
¿Async HttpClient de.Net 4.5 es una mala elección para aplicaciones de carga intensiva?
Consumir servicios de la API web mediante el uso de HttpClient de forma sincrónica y asincrónica, enviar y recibir solicitudes en diferentes formatos (JSON, HTML y otros)
Consume Web API services by using HttpClient synchronously and asynchronously, send and receive requests in different formats (JSON, HTML and others)
Los beneficios adicionales de HttpClient incluyen soporte para pruebas, tipado fuerte de objetos de petición y respuesta, y mejor manejo de errores vía apis basadas en Observables. Comenzando
Additional benefits of HttpClient include testability support, strong typing of request and response objects, request and response interceptor support, and better error handling via apis based on Observables.
Esta guía de aprendizaje muestra un ejemplo de un adaptador Java que se conecta a un canal de información RSS utilizando HttpClient de Java.
This tutorial covers an example of a Java adapter that connects to an RSS feed by using a Java HttpClient.
El HttpClient de angular proporciona un envoltorio para el objeto XHR, haciendo más sencillo hacer llamadas API desde la aplicación Angular.
Angular HttpClient provides a wrapper for the XHR object, making it easier to make API calls from the Angular application.