Creates an instance of the ClientConfig class.
The URL object containing the protocol, host, and port to use for the client connection.
StaticdevStatic method to create a default client configuration for development. This will use HTTP as the protocol, 'localhost' as the host, and 8080 as the port.
A new instance of ClientConfig with development settings.
Represents the configuration for a client connection. This configuration includes the protocol, host, and port to use for connecting to a server.