http_extensions icon indicating copy to clipboard operation
http_extensions copied to clipboard

A set of extensions for the http dart package.

http_extensions

A set of extensions for the http dart package.

  • http_extensions : Base classes for building standard extensions for http package.
  • http_extensions_log : An http extension that logs requests.
  • http_extensions_cache : An http extension that caches requests.
  • http_extensions_retry : An http extension that retries failed requests.
  • http_extensions_protobuf : An http extension that serializes requests body to protobuf and deserializes responses's content from protobuf.
  • http_extensions_base_url : An http extension that adds base url to requests with a relative path. protobuf.
  • http_extensions_headers : An http extension that adds headers to requests.