{
"minify" : "false",
"requests" :
[
{},
{}
]
}
| Request element | Value | Description |
|---|---|---|
| minify (optional) | true or false (default)
|
Defines whether or not the response should be minified. |
| requests | list of messages to process | The server responds with a list of responses. |
{
"responses" :
[
{},
{}
]
}