• Our async HTTP engine has also be reused in our async HTTP client, so we can now scalable produce request and consume responses.

    我们异步http客户端重了异步http引擎这样以可伸缩的方式生成请求处理响应了。

    youdao

  • HTTP authentication means that the HTTP request has to have an HTTP header field with the userid and password.

    HTTP认证意味着HTTP请求必须具有一个带有用户标识口令的http字段

    youdao

  • HTTP requests are expensive so making an HTTP request and getting a useless response (i.e. 404 Not Found) is totally unnecessary and will slow down the user experience without any benefit.

    HTTP请求昂贵如此发出一个HTTP请求获取无用的响应(404不到)完全不必要的而且降低没有任何利益用户体验

    youdao

  • After initializing the HTTP modules, the ASP.NET engine's next task is to determine what HTTP handler should process the request.

    初始HTTP模块,ASP.NET引擎下一项任务确定由哪个HTTP处理程序来处理请求。

    youdao

  • After initializing the appropriate HTTP modules, the ASP.NET engine determines what HTTP handler or HTTP handler factory to invoke for the given request.

    初始化相应HTTP模块,ASP.NET引擎将确定给定请求调用哪个HTTP处理程序HTTP处理程序工厂

    youdao

  • HTTP basic authentication is extremely simple. You simply provide your username and password with every request, using the standard HTTP format.

    HTTP基础验证非常简单只需每个请求使用标准http格式提供用户密码

    youdao

  • For your reference, Listing 3 is a HTTP request for a static file and the HTTP response for a browser-cached static file.

    为了便于参考清单3给出静态文件HTTP请求浏览器缓存的静态文件HTTP响应

    youdao

  • When the function is invoked, it sends an HTTP request to the specified server and emits the HTTP response, along with all metadata associated with the HTTP connection.

    调用,该函数指定服务器发送一个HTTP请求发出 HTTP响应以及 HTTP 连接有关所有元数据

    youdao

  • The following illustration shows that the HTTP export is connected to a mediation flow that performs required transformation of the payload (the body of the HTTP request) sent from the REST client.

    下图显示HTTP导出连接一个中介中,这个中介流执行来自REST客户端的负载(HTTP请求)转换

    youdao

  • To retrieve and interact with authenticated feeds, the HTTP client needs to provide authentication information along with the HTTP GET request.

    检索经过验证摘要进行交互HTTP客户需要提供验证信息以及 HTTPGET请求

    youdao

  • The container receives the HTTP request and creates a request object that wraps information contained in the HTTP request.

    容器接收HTTP请求创建一个请求对象对象将封装HTTP请求中包含信息

    youdao

  • Another way to view this change is that implementations should no longer assume that a message carried on an HTTP response flow is related to the message carried on the HTTP request flow.

    看待更改另一个方式实现不再假定HTTP响应承载消息与在HTTP请求流上的消息相关

    youdao

  • It USES annotations to map the resource class with a URI and to map standard HTTP methods in an HTTP request to the methods in the resource class.

    使用注释映射资源URIHTTP请求中的标准HTTP方法映射资源类中的方法。

    youdao

  • Theoretically (since I've not done this myself), you could guard against hackers by comparing HTTP header information that is sent as part of the HTTP request.

    从理论上来说因为自己过),可以通过比较作为HTTP 请求一部分发送HTTP信息防止遭到黑客攻击

    youdao

  • The caller sends an HTTP request and blocks waiting for the HTTP response.

    调用发出HTTP请求并且阻止了等候HTTP响应

    youdao

  • At the same time, you can use an HTTP channel to send the request, close it after the message has been sent, and use a different HTTP channel to receive the response.

    同时可以使用HTTP通道发送请求发送消息之后关闭使用HTTP通道接收响应

    youdao

  • In general, HTTP treats a multipart message body no differently than any other media type, as Listing 3 shows: strictly as payload (separate HTTP request).

    一般来说,HTTP对待多方消息主体与对待任何其他媒体类型没什么区别,清单3所示:严格地作为有效载荷(单独HTTP请求)。

    youdao

  • The application client must provide a basic authentication header (which contains an authorized user’s user ID and password) in the HTTP header of the HTTP request.

    HTTP 请求头部应用程序客户端必须提供基本验证头部(包含授权用户的用户ID密码)。

    youdao

  • A standard HTTP request is being used behind the scenes, of course, but the client code never has to interact with the HTTP protocol directly.

    标准HTTP请求在后台使用客户代码永远无需直接HTTP协议交互。

    youdao

  • It's certainly possible for XML to be sent in the HTTP request, but HTTP is a very precisely defined standard that isn't going away any time soon.

    当然HTTP请求可以发送XML但是HTTP精确定义协议,短时间可能消失

    youdao

  • On the client side, before sending an HTTP request, first send an HTTP OPTIONS request to check if the operation you want to perform is supported by the server.

    客户端,发送HTTP请求之前,发送一个HTTPOPTION请求检查服务器端是否支持执行操作

    youdao

  • The server first checks if the HTTP request was a POST or a GET and then, based on this information, retrieves the command and data values from the parameters of the HTTP call.

    服务器首先检查HTTP请求POST还是GET然后根据这个信息 HTTP调用参数获得命令数据

    youdao

  • The HTTP 1.1 specification offers to invalidate cache entries (in the context of this article, this equates to remote caches) using specific HTTP request types only.

    HTTP 1.1规范通过使用特定HTTP请求类型即可使缓存失效(本文中,远程缓存等效)。

    youdao

  • SimpleFormContoller provides the functionality to display the form upon receiving an HTTP GET request and process the same form data upon receiving an HTTP POST.

    SimpleFormContoller提供显示HTTPGET请求接收表单功能以及处理HTTP POST 接收到的相同表单数据的功能。

    youdao

  • Specifically, a reverse proxy intercedes between Web clients and your Web server to capture each incoming HTTP request and its respective HTTP response.

    特别地反向代理Web客户机Web服务器之间进行仲裁,捕捉每个传入HTTP请求及其各自HTTP响应

    youdao

  • Packing components into a multipart document is like an email with attachments, it helps you fetch several components with one HTTP request (remember: HTTP requests are expensive).

    把页面内容打包复合文本如同带有多附件的Email能够使一个HTTP请求中取得多个组件(切记HTTP请求是很奢侈的)。

    youdao

  • Starting with HTTP/1.1, web clients indicate support for compression with the Accept-Encoding header in the HTTP request.

    Web客户端HTTP/1.1开始表示支持 HTTP 请求中 Accept-Encoding压缩

    youdao

  • Each REST Web services call is just a simple HTTP request, using one of the standard HTTP verbs. Typically, you'll use the verb most appropriate for the action you are performing.

    每个RESTWeb服务调用只是一个简单HTTP请求使用标准http动词

    youdao

  • Upon receiving a message, the HTTP client function of the MDB constructs an HTTP request using all the information placed in the request JMS message by the servlet.

    接收消息后,MDB的HTTP客户机函数使用Servlet放置请求JMS消息中的所有信息来构造一个HTTP请求。

    youdao

  • Simple GETFull HTTP-based interface: a client can send an HTTP GET request and download a list of all rules; the output of such a request will follow the format presented in Listing 1.

    基于 GETFullHTTP简单接口客户可以发送 HTTPGET请求下载所有规则列表此类请求的输出遵循清单 1所示格式

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定