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.
1 parent 308d1b7 commit b62f4f1Copy full SHA for b62f4f1
src/Codeception/Module/REST.php
@@ -188,7 +188,8 @@ public function haveHttpHeader($name, $value)
188
}
189
190
/**
191
- * Deletes a HTTP header, so that subsequent requests will not send it anymore.
+ * Deletes a HTTP header (that was originally added by [haveHttpHeader()](#haveHttpHeader)),
192
+ * so that subsequent requests will not send it anymore.
193
*
194
* Example:
195
* ```php
0 commit comments