httpRequest method

Future<Map> httpRequest (Uri uri, Map request)

Processes the HTTP request returning the HTTP response as a map

Implementation

Future<Map> httpRequest(Uri uri, Map request);