Expand description
Utility functions related to services.
Functionsยง
- build_
service_ from_ config - Creates a
StdioClient
orHttpClient
service depending on the arguments provided. Ifhttp_client_config
isSome
, an HTTP-based service will be created. If it isNone
, a stdio-based service will be created.