@@ -71,11 +71,12 @@ @property (copy, nonatomic) OFString *path; /** * @brief The query for the request. */ -@property (copy, nullable, nonatomic) OFString *query; +@property (copy, nullable, nonatomic) + OFDictionary *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.