ClientCreator typedef

ClientCreator = Client Function()

Allows to customize how a Client is created. For example acn be used to use UserAgentClient to add user agent header.

Implementation

typedef ClientCreator = Client Function();