Http class

Http request Keys includes http prefix key + unique keys for web instrumentation

Constructors

Http()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

bytesReceived → const String
The actually transferred response bytes including body and headers
bytesSent → const String
The actually transferred request bytes including body and headers
networkProtocolName → const String
Network protocol name key
requestMethod → const String
Request method key
responseReasonPhrase → const String
Response reason phrase
responseStatusCode → const String
Response status code key
spanId → const String
Span id key
traceId → const String
Trace id key
urlFull → const String
Url full key
values → const List<String>
List of http constants