"Get请求" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (Get请求)

Low quality sentence examples

服务器已经成功处理了部分GET请求
The server has successfully fulfilled a partial GET request.
图3-打印HTTPGET请求的响应。
Figure 3- Printing the response of the HTTP GET request.
例如,GET请求不能删除一个实体。
Request MUST NOT include an entity.
(部分内容)服务器成功处理了部分GET请求.
(Partial content) The server successfully processed a partial GET request.
同时,GET请求不能改变任何潜在的资源数据。
Also, GET requests must not change any underlying resource data.
GET:GET请求会显示请求指定的资源。
GET: Passes a request for a depiction of the targeted resource.
注意:GET请求不得更改任何底层资源数据。
GET requests must not change any underlying resource data.
有关SOAP服务的其他问题,如GET请求和附件.
Additional issues surrounding SOAP services, such as GET requests and attachments.
让我们首先来看看处理GET请求的代码。
First let's review again the code used for handling a GET request.
Txt文件是使用HTTP无条件GET请求抓取的。
Txt file is fetched using a HTTP non-conditional GET request.
例如,以下代码为使用SuperAgent的简单GET请求
For example, here is a simple GET request with SuperAgent.
PartialContent服务器已经成功处理了部分GET请求
Partial Content The server has fulfilled the partial GET request for the resource.
让我们尝试通过GET请求来挖掘一个块WEB.
Let's try mining a block by making a GET request to WEB.
PartialContent服务器已经完成了部分用户的GET请求.
Partial Content The server has successfully fulfilled a partial GET request.
换句话说,GET请求一般不应产生副作用。
In other words, GET requests should not generally produce side effects.
Head与get请求响应一致,响应体不返回.
HEAD- method asks for a response without the response body.
换句话说,GET请求一般不应产生副作用。
In other words, a GET request should generally be free from side-effects.
可以看到,这里实际是发起了一次GET请求
So you can see I have actually got a request here.
GET请求将命名资源从服务器传输到客户端。
A GET request transfers representations of named resources from a server to a client.
下面的示例演示了使用Fetch创建简单的GET请求
The example below demonstrates a simple GET request made with Fetch.