HTTPS class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

HTTPS()

Properties

Agent Function
Reference to constructor function of HttpsAgent class.
no setter
globalAgent HttpAgent
Global instance of HttpsAgent for all HTTPS client requests.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createServer([TLSServerOptions options, HttpRequestListener requestListener]) HttpsServer
Returns a new instance of HttpsServer.
get(dynamic urlOrOptions, [void callback(IncomingMessage response)]) ClientRequest
Makes GET request. The only difference between this method and request is that it sets the method to GET and calls req.end() automatically.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(RequestOptions options, [void callback(IncomingMessage response)]) ClientRequest
Makes a request to a secure web server.
toString() String
A string representation of this object.
inherited

Operators

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