flutter_http_caching library

Functions

httpDelete(Client client, String url, {dynamic header, dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, bool? includeHeader, List<String>? headersToCheck}) Future<Response>
httpGet(Client client, String url, {dynamic header, dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, bool? includeHeader, List<String>? headersToCheck}) Future<Response>
httpPatch(Client client, String url, {dynamic header, dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, bool? includeHeader, List<String>? headersToCheck}) Future<Response>
httpPost(Client client, String url, {dynamic header, dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, bool? includeHeader, List<String>? headersToCheck}) Future<Response>
httpPut(Client client, String url, {dynamic header, dynamic body, List<InterceptorContract>? interceptor, bool? isLogging, bool? includeHeader, List<String>? headersToCheck}) Future<Response>
main() → void