Примеры использования Request body на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
The XMPP iq request body.
The request body will contain JSON with the keys.
This function retrieves the HTTP request body.
The request body is written in message editor located in the lower part of the window.
The datablock is used as the request body.
Люди также переводят
If the request body content type is text, the function converts the body content into UTF-8 and returns a string.
The string is copied line-by-line into the request body.
This is only possible if the request body data has been saved.
An optional string ora datablock to send as the request body.
This optional string element contains the request body Content-Type(such as application).
It specifies the request parameters and, optionally, the request body.
If this optional attribute exists and its value is vcard, the request body must be a single XML element representing a vCard object.
POST requests add new resources,the data for which is encoded within the request body.
This function retrieves the HTTP request body Content subtype.
POST and PUT requests to the API should contain a JSON-formatted payload in the request body.
This function retrieves the HTTP request body Content type.
In POST, PUT and DELETE requests, in addition to theid in the URL, JSON will be sent in the request body.
This optional string element contains the request body Content-Type subtype.
The element text body is base64-decoded andthe resulting datablock is used as the request body.
A dictionary with these elements is used as the request body(the HTTP POST request data).
The request body is encoded from the UTF-8 encoding into the specified character set, and the charset=charset_name parameter is added to the Content-Type header field.
A text body the text is used as the request body.
If any conversion operation fails, or if the request body is absent or it is too long, the function return a null-value.
The element text body is used as the request body.
If the request body content subtype is xml or it ends with+xml, the function tries to convert the body content into XML and returns an XML object.
This optional string or datablock or XML element contains the request body content.
If this optional attribute exists and its value is binary, the request body is base64 XML element, its body is base64-decoded before being written to the file.
This optional string or datablock orXML element contains the request body content.
If the Content-Type element is not specified orif it is set to multipart, request body form data is composed using the mutlipart/form-data format, otherwise the x-www-form-urlencoded format is used.
If this optional attribute exists and its value is xml, the request body must be a single XML element.