HttpExtensions extension
- on
Properties
-
getQueryParameters
→ Map<
String, dynamic> -
Available on HttpRequest, provided by the HttpExtensions extension
/?path=[path]query parametersno setter
Methods
-
getBody(
) → Future< String> -
Available on HttpRequest, provided by the HttpExtensions extension
get request body -> map -
sendFile(
String filePath) → Future< void> -
Available on HttpRequest, provided by the HttpExtensions extension
send file partial download 206 -
sendHtml(
String html) → void -
Available on HttpRequest, provided by the HttpExtensions extension
send html String -
sendJson(
String jsonStr) → void -
Available on HttpRequest, provided by the HttpExtensions extension
send json encoded String -
sendText(
String text) → void -
Available on HttpRequest, provided by the HttpExtensions extension
send text String -
sendVideoStream(
String filePath) → Future< void> -
Available on HttpRequest, provided by the HttpExtensions extension
send video streamming -
uploadFile(
String outPath) → Future< void> -
Available on HttpRequest, provided by the HttpExtensions extension
upload from client