Code in the Response Body.

Use

Many of the functions described in this section return information within the response body. If the information is returned in ASCII format, the lines always consist of key/value pairs separated by a semicolon, as follows:

key1="value1";key2="value2";...keyn="value2";CRLF

Only printable ASCII characters may be used. If a value contains an inverted comma, this must be entered in addition to the inverted commas already inserted around the value.