Skip to content

Commit 840bff0

Browse files
committed
minor #21235 [Testing] Update a section heading to improve search results (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- [Testing] Update a section heading to improve search results If you search for "testing HTTP headers" you don't get good results. Let's add `HTTP` explicitly to the heading of this section to try to improve this. Commits ------- 609d93a [Testing] Update a section heading to improve search results
2 parents 4e9bdb1 + 609d93a commit 840bff0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

testing.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,10 @@ a shortcut to make AJAX requests::
745745
// the required HTTP_X_REQUESTED_WITH header is added automatically
746746
$client->xmlHttpRequest('POST', '/submit', ['name' => 'Fabien']);
747747

748-
Sending Custom Headers
749-
......................
748+
.. _sending-custom-headers:
749+
750+
Sending Custom HTTP Headers
751+
...........................
750752

751753
If your application behaves according to some HTTP headers, pass them as the
752754
second argument of ``createClient()``::

0 commit comments

Comments
 (0)