agent/agent/http/index library

Enums

FetchMethod

Constants

btoa → const String Function(dynamic value)
DEFAULT_INGRESS_EXPIRY_DELTA_IN_MSECS → const int
IC_ROOT_KEY → const String

Typedefs

FetchFunc<T> = Future<T> Function({dynamic body, required String endpoint, Map<String, String>? headers, String? host, FetchMethod method})