@@ -68,10 +68,15 @@ /** * @brief The path of the request. */ @property (copy, nonatomic) OFString *path; +/** + * @brief The query for the request. + */ +@property (copy, nullable, nonatomic) OFString *query; + /** * @brief An optional body to send along with the request. * * This is a dictionary that gets serialized to JSON when the request is sent. */