entao_http library

Constants

E_CODE → const String
header error code/message, message is url encoded
E_MESSAGE → const String

Properties

logHttp → TagLog
final

Functions

httpGet(Uri url, {List<LabelValue>? args, Map<String, String>? headers}) HttpResult
httpMultipart(Uri url, {List<LabelValue>? args, Map<String, String>? headers, List<FileItem>? files}) HttpResult
httpPost(Uri url, {List<LabelValue>? args, Map<String, String>? headers, HttpBody? body}) HttpResult