HttpRequestDetector class

Helper class that retrieves parameters from HTTP requests.

Constructors

HttpRequestDetector()

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

Static Methods

detectAddress(Request req) String
Detects the IP address from which the given HTTP request was received.
detectBrowser(Request req) String
Detects the browser (using "user-agent") from which the given HTTP request was made.
detectPlatform(Request req) String
Detects the platform (using "user-agent") from which the given HTTP request was made.
detectServerHost(Request req) String
Detects the host name of the request's destination server.
detectServerPort(Request req) String
Detects the request's destination port number.