What is the translation of " HTTPCLIENT " in English?

Examples of using Httpclient in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
HttpClient不这样做。
HTTPS doesn't do that.
你应该使用ApacheHttpClient
You can use the Apache HTTP service.
请注意HttpClient将会使用标识作为提示。
Please note that HttpClient will use this flag as a hint only.
请注意这个问题对于HttpClient是不具体的。
Please note that this problem is not specific to HttpClient.
HttpClient的目标是发送和接收HTTP报文。
HttpClient's purpose is to transmit and receive HTTP messages.
除了创建HttpClient以外,没有看到任何HTTP/2所特有的东西。
Apart from creating the HttpClient, nothing HTTP/2-specific can be observed.
HttpClient将会自动重新执行那么假设是幂等的方法。
HttpClient will automatically retry those methods that are assumed to be idempotent.
而今,CommonsHttpClient项目现在已经寿终正寝,不再开发和维护。
The Commons HttpClient project is now end of life, and is no longer being developed.
借助ServicePointManager,你可以告诉HttpClient自动回收连接。
By leveraging the ServicePointManager, you can tell HttpClient to automatically recycle connections.
所以HttpClient必须以这种方式跳过那些多余的行。
So HttpClient must be able to skip those surplus lines this way.
该共享项目,摇篮HttpClient的,离开雅加达,2007年成为一个独立的顶级项目。
The Commons project, cradle of HttpClient, left Jakarta in 2007 to become an independent Top Level Project.
处理HttpClient,底层socket套接字不会立即释放。
Disposing the HttpClient, the underlying socket is not immediately released.
年,雅加达的HttpComponents项目被创建,其任务是开发HttpClient3.
In 2005, the HttpComponents project at Jakarta was created,with the task of developing a successor to HttpClient 3.
理论上讲,HttpClient会遵循DNSTTL(生存期)值,默认为1小时。
Theoretically the HttpClient could honor the DNS TTL(Time to Live) value, which defaults to one hour.
HttpClient不会从任意逻辑或HTTP协议错误(那些是从HttpException类中派生出的)中恢复的。
HttpClient will make no attempt to recover from any logical or HTTP protocol errors(those derived from HttpException class).
Android提供了两种HTTPclients:HttpURLConnection与ApacheHttpClient
Android has two HTTP clients: HttpURLConnection and Apache HTTP Client.
HttpClient于2001年作为JakartaCommons的子项目启动,基于JakartaSlide项目开发的代码。
HttpClient was started in 2001 as a subproject of the Jakarta Commons, based on code developed by the Jakarta Slide project.
这会使得HttpClient的用户可以提供在运行时指定套接字初始化代码的应用程序。
This enables the users of HttpClient to provide application specific socket initialization code at runtime.
一个HTTP方法的执行包含一个或多个HTTP请求/HTTP响应交换,通常由HttpClient的内部来处理。
Execution of an HTTP method involves one or several HTTP request/ HTTP response exchanges,usually handled internally by HttpClient.
否则,HttpClient将会终止对每个基于NTLM保护资源的HTTP请求创建新的HTTP连接。
Otherwise, HttpClient will end up creating a new HTTP connection for each HTTP request against NTLM protected resources.
然而,如果你试图将这个模式应用到另一个IDisposable类HttpClient上,则会遇到一些始料未及的问题。
However, if you try to apply this pattern to HttpClient, another IDisposable class, you trip over some rather unexpected problems.
虽然HttpClient的文档没有提及,但微软模式&实践的GitHub站点介绍了一种模式。
Though not mentioned anywhere in the HttpClient documentation, there is a pattern described in the Microsoft Patterns& Practices GitHub site.
在HTTP请求执行过程中,HttpClient创建2个AuthState的实例:一个对于目标主机认证,另外一个对于代理认证。
HttpClient creates two instances of AuthState in the course of HTTP request execution: one for target host authentication and another one for proxy authentication.
HttpClient处理所有类型的重定向自动完成,无需用户干预的HTTP规范,明令禁止的除外。
HttpClient handles all types of redirects automatically, except those explicitly prohibited by the HTTP specification as requiring user intervention.
但事实证明,有一个更严重的问题:HttpClient不遵循DNS变化,它会(通过HttpClientHandler)独占连接,直到套接字关闭。
But it turns out there is a serious issue:DNS changes are NOT honoured and HttpClient(through HttpClientHandler) hogs the connections until socket is closed.
很自然地,HttpClientAPI的主要切入点就是定义描述上述规约的HttpClient接口。
Quite naturally, the main entry point of the HttpClient API is the HttpClient interface that defines the contract described above.
HttpClient执行的HTTP请求可以在执行的任意阶段通过调用HttpUriRequestabort()方法而中止。
HTTP requests being executed by HttpClient can be aborted at any stage of execution by invoking HttpUriRequest abort() method.
HttpClient假设没有实体包含方法,比如GET和HEAD是幂等的,而实体包含方法,比如POST和PUT则不是。
HttpClient assumes non-entity enclosing methods such as GET and HEAD to be idempotent and entity enclosing methods such as POST and PUT to be not.
HttpClient采用一个特殊实体来管理访问HTTP连接,这被称为HTTP连接管理器,代表了ClientConnectionManager接口。
HttpClient employs a special entity to manage access to HTTP connections called HTTP connection manager and represented by the ClientConnectionManager interface.
Results: 29, Time: 0.0162

Top dictionary queries

Chinese - English