@@ -145,11 +145,11 @@ { #ifdef OF_HTTPCLIENT_M @public #endif OFObject *_Nullable _delegate; - bool _insecureRedirectsAllowed, _inProgress; + bool _allowsInsecureRedirects, _inProgress; OFTCPSocket *_Nullable _socket; OFURL *_Nullable _lastURL; bool _lastWasHEAD; OFHTTPResponse *_Nullable _lastResponse; } @@ -159,13 +159,13 @@ */ @property OF_NULLABLE_PROPERTY (assign, nonatomic) OFObject *delegate; /*! - * @brief Whether redirects from HTTPS to HTTP will be allowed. + * @brief Whether the HTTP client allows redirects from HTTPS to HTTP. */ -@property (nonatomic) bool insecureRedirectsAllowed; +@property (nonatomic) bool allowsInsecureRedirects; /*! * @brief Creates a new OFHTTPClient. * * @return A new, autoreleased OFHTTPClient