LBHttpRequestMethodCondition

LBHttpRequestMethodCondition
LBHttpRequestMethodCondition

This condition is used to match method of HTTP requests. If the method of an HTTP request is same as the method specified in this condition, the HTTP request match this condition. For example, if the method field is set to GET in this condition, any HTTP request with GET method matches the condition.

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