@@ -152,17 +152,17 @@ bool _lastWasHEAD; OFHTTPResponse *_Nullable _lastResponse; } /*! - * The delegate of the HTTP request. + * @brief The delegate of the HTTP request. */ @property OF_NULLABLE_PROPERTY (assign, nonatomic) OFObject *delegate; /*! - * Whether redirects from HTTPS to HTTP will be allowed. + * @brief Whether redirects from HTTPS to HTTP will be allowed. */ @property (nonatomic) bool insecureRedirectsAllowed; /*! * @brief Creates a new OFHTTPClient.