HttpClientBuilder class abstract

An abstract class that defines a builder for creating HttpClient instances.

Implementations of this class should provide a concrete way to instantiate and configure a HttpClient. This allows for flexible creation of HTTP clients, which can be useful for testing, dependency injection, or customizing client behavior.

Implementers

Constructors

HttpClientBuilder.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() HttpClient
Creates and returns a new instance of HttpClient.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited