helpers/http_wrapper library
Functions
-
delete(
Uri url, {Map< String, String> ? headers, Object? body, Encoding? encoding}) → Future<Response> -
get(
Uri url, {Map< String, String> ? headers}) → Future<Response> -
head(
Uri url, {Map< String, String> ? headers}) → Future<Response> -
patch(
Uri url, {Map< String, String> ? headers, Object? body, Encoding? encoding}) → Future<Response> -
post(
Uri url, {Map< String, String> ? headers, Object? body, Encoding? encoding}) → Future<Response> -
put(
Uri url, {Map< String, String> ? headers, Object? body, Encoding? encoding}) → Future<Response> -
read(
Uri url, {Map< String, String> ? headers}) → Future<String> -
readBytes(
Uri url, {Map< String, String> ? headers}) → Future<Uint8List>