It's easy to use a file as a request body.
把这文件当作这个请求体非常简单哈!
Complex types are taken from the request body.
复合类型取自请求体。
Actually you can pass a request body with a GET request.
其实你可以用GET请求通过请求体。
The vocabulary for the request body is specified by the server.
请求体的词汇表由服务器指定。
This exception indicates a problem deserializing the request body.
这个异常指明了一个解序列化请求体的问题。
Copy the JSON data from Listing 1 into the request body and click Send.
将JSON数据从清单1复制到请求体中,并单击Send。
Returns the portion of the HTTP request body that has already been read.
返回HTTP请求正文已被读取的部分。
A POST request sends its parameters in the request body, just under the headers.
发送请求在请求正文头之后发送其参数。
By default, parameters with complex types are deserialized from the request body.
默认地,复合类型的参数是通过请求体来解序列化的。
Gets or sets a value that indicates whether the user can send a chunked request body.
获取或设置一个值,该值指示用户是否可以发送分块请求正文。
Listing 1 shows a message handler that reads the request body while the request is being sent.
清单1显示了一个消息处理程序,用于在发送请求时读取请求主体。
This involves converting the JSON object into a string that can be put in the HTTP POST request body.
这包括将JSON对象转换成可放入HTTPPOST请求体中的字符串。
If no matches are found, the content negotiator tries to match on the media type of the request body, if any.
如果未找到匹配,内容协商器会尝试匹配请求体的媒体类型(有请求体时)。
It transforms the request body into the SCA data object and passes the request data to other SCA application components.
它将请求体转换成sCA数据对象并将请求数据传递到其他SCA应用程序组件。
A successful PUT implies that the existing resource has been replaced with the resource specified in the PUT request body.
成功的PUT意味着,现有资源已被PUT请求主体中指定的资源替代。
The GIOP request message is broken up into three parts: the GIOP message header, the GIOP Request header, and the Request body.
GIOP请求消息分成三部分:GIOP 消息头、GIOP 请求头和请求主体。
Gets the portion of the HTTP request body that has currently been read by using the specified buffer data and byte offset.
使用指定的缓冲区数据和字节偏移量获取HTTP请求正文当前已被读取的部分。
Of course I have created one, and it can prepare request body in two common formats: simple URL encoded and multi-part format.
当然,我已经创建了一个,可以准备两个常见格式的请求主体:简单的URL编码和多部分的格式。
Notice how the data taken from the form is added directly to the request body as a JSON object; the implementation of zero.services.
请注意从表单取得的数据是如何作为一个JSON对象直接添加到请求体中的;
Therefore, to add a new post, you simply send an authenticated POST request to the feed URL, appending the post content to the request body.
因此,要添加新帖子,只需要向提要URL发送一个未经身份认证的POST请求即可,将帖子内容附加到请求主体。
Listing 1 shows an edited example of a request to an STS for this purpose, with the various headers removed and only the request body listed.
清单1显示了为此目的而向一个STS发出一个示例请求,这个示例是经过编辑的,其中删除了各种头部,只列出请求主体。
Because Apache Commons HttpClient wants the POST request body to be done in NameValuePairs, we iterate through the elements of the map using the foreach call.
由于ApacheCommonsHttpClient要求POST请求的主体放在NameValuePairs中,因此我们使用foreach调用遍历map的元素。
This requires the client to make full use of HTTP headers as specified by the Web service interface and to send complete representations of resources in the request body.
这要求客户端充分利用Web服务接口指定的HTTPHeader,并在请求正文中发送完整的资源表示形式。
The rules are application specific, but in general, caching policy rules can trigger on the request URI, specific XML contents within the request body, or a combination of both.
这些规则是特定于应用程序的,但一般情况下,可在请求URI 中、请求正文中的特定XML内容或两者的组合中触发缓存策略规则。
The usual REST convention is that a POST request creates a new resource, with the request body containing all the necessary inputs (in this case, the author and title) for the resource.
通常的REST协定是,POST请求创建一个新资源,请求主体包含针对该资源的所有必要的输入(本例中是作者和书名)。
Finally, I send the request with form-encoded data as the body.
最后,我用表单编码的数据作为请求体发送请求。
A SOAP for CICS pipeline processes these requests (Figure 2), which eventually passes the SOAP body containing the XML request to a message adapter.
用于CICS的SOAP管道处理这些请求(图2),最后传递包含XML请求的SOAP主体到消息适配器中。
The URL where you PUT the data is the URL where the document will be placed inside the database; the body of the request is the document to store.
放入(PUT)数据到其中的URL就是文档将要放入数据库中的url;请求的主体是将要存储的文档。
PUT, where the requester sends body content in the request, but expects no body content in the response.
请求程序通过此方法发送请求中的正文内容,但不会获取响应中的正文内容。
SOAP encoding is done by the stylesheet in Listing 3, which simply creates the envelope, body, and body request, as discussed earlier in this section.
SOAP编码由清单3中的样式表完成,它只是像前面所述的那样创建信封、体和体请求。
应用推荐