HttpRequest class

Constructors

HttpRequest({int? id, int? createdAt, String? baseUrl, String? path, String? params, String? method, String? server, String? requestHeader, String? requestBody, String? client, bool? secure, int? requestSize, int? requestHashCode})

Properties

baseUrl String?
final
client String?
final
createdAt int?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
method String?
final
params String?
final
path String?
final
requestBody String?
final
requestHashCode int?
final
requestHeader String?
final
requestSize int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secure bool?
final
server String?
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