HttpRouteHeaderMatchV1
Class sealed net8.0
Defines a header match condition for an HTTPRoute rule.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HttpRouteHeaderMatchV1{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesNameget; setstring Gets or sets the header name.
Typeget; setstring Gets or sets the match type. Values:
"Exact", "RegularExpression". Valueget; setstring Gets or sets the header value to match.