HttpDataSourceResolver
fun HttpDataSourceResolver(config: HttpDataSourceResolverConfigScope.() -> Unit): DataSourceResolver
Creates a DataSourceResolver integrated with HttpClient. It is based on association between DataSourceKeys and HttpEndpoints described with config block.
On DataSourceResolver.resolve call it returns a DataSource, only if there is HttpEndpoint associated with given key. This DataSource performs an HTTP call and applies functions from a HttpEndpoint object.