Client class

Constructors

Client(String? host, int? port, String basePath)

Properties

basePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
port int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
no setter
statusCode int?
getter/setter pair

Methods

getBaseURI(String path, String query) Future<String>
getBaseURIText(String path, String query) Future<String>
getDefaultHttpClient() → Client
getStatusCode() int?
getURLString() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postBaseURI(String str, String path, String query) Future<String>
processStatusCodes(int sc) → void
toString() String
A string representation of this object.
override

Operators

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

Static Properties

C_TIMEOUT_CONNECTION int
final
C_TIMEOUT_SOCKET int
final
url String
getter/setter pair