function choose_handler(): callable
{ return Utils::
chooseHandler();
}/**
* Get the default User-Agent string to use with Guzzle.
*
* @deprecated default_user_agent will be removed in guzzlehttp/guzzle:8.0. Use Utils::defaultUserAgent instead.
*/
function default_user_agent(): string
{ return Utils::
defaultUserAgent();
}