HTTPHeader class

Part of the response from GetSampledRequests. This is a complex type that appears as Headers in the response syntax. HTTPHeader contains the names and values of all of the headers that appear in one of the web requests.

Constructors

HTTPHeader({String? name, String? value})
HTTPHeader.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the HTTP header.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The value of the HTTP header.
final

Methods

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

Operators

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