get method
Makes GET request. The only difference between this method and request is that it sets the method to GET and calls req.end() automatically.
Implementation
external ClientRequest get(dynamic urlOrOptions,
[void Function(IncomingMessage response) callback]);