LBHttpRequestBodyCondition

LBHttpRequestBodyCondition
LBHttpRequestBodyCondition

This condition is used to match the message body of an HTTP request. Typically, only HTTP POST, PATCH, or PUT requests have request body. The match_type field defines how body_value field is used to match the body of HTTP requests.

AllOf
This class requires all of the following:
JSON Example
{
    "inverse": false,
    "type": "string",
    "body_value": "string",
    "case_sensitive": false,
    "match_type": "string"
}