Skip to main content

ApplyOption

Type Alias ApplyOption 

Source
type ApplyOption = fn(ConnectorOptions, ClientConfigKey, String) -> Result<ConnectorOptions>;
Expand description

How AwcHttpConnector::connect folds one honored client option into ConnectorOptions: given the options parsed so far, return them with this one set.