21 #include <AvailabilityMacros.h>
28 + (void)setUserAgentPrefix:(nonnull NSString *)userAgentPrefix forHost:(nonnull NSString *)host;
29 + (void)setUserAgentSuffix:(nonnull NSString *)userAgentSuffix forHost:(nonnull NSString *)host;
30 + (void)setResponseSizeLimit:(NSUInteger)limit forHost:(nonnull NSString *)host;
31 + (void)closeOpenConnections DEPRECATED_MSG_ATTRIBUTE("The API for this feature is experimental, "
32 "and might be removed or modified at any "
35 + (void)setKeepaliveWithInterval:(
int)interval
37 forHost:(nonnull NSString *)host;
38 + (void)enableRetry:(BOOL)enabled forHost:(nonnull NSString *)host;
39 + (void)setMinConnectTimeout:(
unsigned int)timeout
40 initialBackoff:(
unsigned int)initialBackoff
41 maxBackoff:(
unsigned int)maxBackoff
42 forHost:(nonnull NSString *)host;