Documentation ¶
Overview ¶
Package urlrule impelments match rule for HTTP requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URLRule ¶
type URLRule struct { Methods []string `json:"methods,omitempty" jsonschema:"uniqueItems=true,format=httpmethod-array"` URL stringtool.StringMatcher `json:"url" jsonschema:"required"` PolicyRef string `json:"policyRef,omitempty"` // contains filtered or unexported fields }
URLRule defines the match rule of a http request
Click to show internal directories.
Click to hide internal directories.