HttpHeaderConditionConfig class

Information about an HTTP header condition.

There is a set of standard HTTP header fields. You can also define custom HTTP header fields.

Constructors

HttpHeaderConditionConfig({String? httpHeaderName, List<String>? values})
HttpHeaderConditionConfig.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
httpHeaderName String?
The name of the HTTP header field. The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>?
One or more strings to compare against the value of the HTTP header. The maximum size of each string is 128 characters. The comparison strings are case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited