We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2340b78 + 2d1f7d0 commit 6013e1dCopy full SHA for 6013e1d
ResponseInterface.php
@@ -74,7 +74,9 @@ public function getContent(bool $throw = true): string;
74
public function toArray(bool $throw = true): array;
75
76
/**
77
- * Cancels the response.
+ * Closes the response stream and all related buffers.
78
+ *
79
+ * No further chunk will be yielded after this method has been called.
80
*/
81
public function cancel(): void;
82
0 commit comments