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
JSON Example
{
"inverse": false,
"type": "string",
"body_value": "string",
"case_sensitive": false,
"match_type": "string"
}