RequestDetails class

Constructors

RequestDetails.new({String? host, Map<String, dynamic> headers = const {}, String? userAgent, Map<String, dynamic> cookies = const {}, String? ip, Map<String, dynamic> requestBody = const {}, String? protocol, String? hostName, Map<String, dynamic> query = const {}, List<String> subdomains = const [], String? uaVersionBrand, String? uaMobile, String? uaPlatform, String? reqAcceptEncoding, String? reqAcceptLanguage, List<String> rawHeaders = const [], String? remoteAddress, String? remoteFamily, String? path, String? params, UserDetails? userDetails})
RequestDetails.fromJson(Map<String, dynamic> json)
factory

Properties

cookies Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
final
host String?
final
hostName String?
final
ip String?
final
params String?
final
path String?
final
protocol String?
final
query Map<String, dynamic>
final
rawHeaders List<String>
final
remoteAddress String?
final
remoteFamily String?
final
reqAcceptEncoding String?
final
reqAcceptLanguage String?
final
requestBody Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdomains List<String>
final
uaMobile String?
final
uaPlatform String?
final
uaVersionBrand String?
final
userAgent String?
final
userDetails UserDetails?
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