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.