In response to customer demands, Microsoft has released the source code for Sandcastle.
为了回应客户的需求,微软决定发布 Sandcastle的源代码。
After successfully processing this request, the service returns a response with a status code 201.
在成功地处理这个请求之后,服务在响应中返回状态码201。
The edge server will automatically cache any cacheable content if the response code is 200.
如果响应码是 200,边缘服务器会自动地缓存所有可缓存的内容。
The pane on the right in the editor changes to show the response code verification test element details.
编辑器右边的格子发生改变,以显示响应代码验证测试元素细节。
In the second case, where the MCA has acted on the COMMIT but could not deliver the response code, there is no transaction to roll back.
在第二种情况下,MCA已对COMMIT采取了行动,但是未能传输响应代码,因此将不存在要回滚的事务。
If you get a response code of 201, then a new resource was created by the POST action.
如果您得到的响应代码是201,那么POST操作就会创建一个新的资源。
This operation sends back a response, which gives you the opportunity to check the response code to see whether or not it was successful (not shown).
这个操作发回一个响应,我们可以使用这个响应检查响应代码,查看请求是否成功(没有显示)。
It can be unchecked to add lower and upper boundaries for the expected response code that provide a range value for the response code verification.
它可以检查,以为预期的响应代码添加上限与下限,该响应代码为代码验证提供了范围值。
If you get a response code of 200, then the resource was modified by the PUT action.
如果您得到的响应代码是200,那么PUT操作将会更改资源。
Now browsers (or other code) reading your response can discover the VXML file that was served.
现在读取您的响应的浏览器(或其他代码)就可以发现所服务的VXML文件了。
Empty response with different status code: the response of the PUT request will not have any content, but will have a different status code.
空响应带有不同的状态码:PUT请求的响应没有任何内容,但是有不同的状态码。
Finally, a renderer for sending a 406 response code (Figure 16).
最后是用来发送406响应代码的呈现(图16)。
The code for interpreting the server response is shown in Listing 14.
解释服务器响应的代码如清单14所示。
Validating the response yourself will normally be much faster than depending on the DTD or XML schema code to validate the response.
您自己来做响应确认通常要比依赖于DTD或XML模式代码做响应确认要快的多。
No more daunting HTTP response code: 500.
而不是使用HTTP响应代码:500。
If the response code is 200, it will buffer the content from the HTTP response and use it as a return value for the method.
如果响应码是200,就缓冲HTTP响应中的内容并使用它作为方法的返回值。
It will show you all of the HTTP requests made, the response code and message received, the domain it was retrieved from, the file size, and the timeline of the page load.
将会显示所有生成的HTTP请求、响应代码和接收的消息、接收来源域、文件大小、发送时间点。
Getting back a response code other than HTTP 200 doesn't guarantee that the server didn't successfully deliver the message.
获取一个并非HTTP 200的响应并不能保证服务器没有成功的传递消息。
The status attribute indicates the HTTP RESPONSE STATUS code (for example, 200) sent back from the server.
status属性指出从服务器返回的HTTPRESPONSE STATUS码(例如,200)。
Listing 10 shows an example response from this servlet code.
清单10显示了这个servlet代码的示例响应。
Listing 4 shows the XML you would receive in response to running the code in Listing 3.
清单4展示将作为运行清单3中的代码的响应而被您收到的xml。
If something is wrong in a SOAP message, you will receive a HTTP response code: 500 from a Web Service server.
如果一个SOAP消息中有错误,您将会从Web服务服务器得到一个HTTP响应码:500。
Instead the WebSeal server returns an HTML login page (so that the user can login) with an HTTP response code 200 in place of the requested resource.
WebSeal服务器返回一个HTML登录页面(让用户能够登录)和http响应码200,而不是返回请求的资源。
When triggered, the REST call to capture an instance returns success via a HTTP 202 response code. It also changes the state attribute of the instance to "capturing."
触发后,用于捕获实例的REST调用通过一个HTTP 202响应码返回成功消息,并将实例的状态属性更改为 “capturing”。
In theory it would be a simple matter to connect to the remote server and test for a 4xx or 5xx response code.
理论上,连接到远程服务器并测试4xx或5xx响应代码是件很简单的事。
A CherryPy application method typically returns the body of the response as a string, but sometimes you need to set additional HTTP headers, do a redirect, or change the HTTP response code.
CherryPy应用程序方法通常情况下会以字符串的形式返回响应的正文,但是有时需要您设置附加的HTTP标题,进行一个重定向,或者改变HTTP响应代码。
Since the response code is 200, Akamai assumes the request was successful and saves the response into the cache.
因为响应码是200,akamai会认为请求成功了,所以把这个响应保存在缓存中。
The first Jersey client example is to send a GET request to fetch all the contacts and print the response status code and response content. See Listing 11.
第一个Jersey客户端示例将发送GET请求获取所有联系人并打印响应状态码和响应内容,参见清单 11。
Response.created(uri).build(): Builds a new URI for the newly created contact as /contacts/{id} and set the response code as 201/created.
@Response.created(uri).build():构建新的 URI用于新创建的联系人(/contacts/{id})并设置响应代码(201/created)。
Response: A generic HTTP response that can contain your custom content with a different response code.
Response:一般HTTP响应,包含带有不同响应代码的定制内容。
应用推荐