Skip to content

Commit fd5bbeb

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Remove an unused reference Tip added to explain how to use HttpClient options in BrowserKit requests.
2 parents 09cd3e9 + 0afcf65 commit fd5bbeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

components/browser_kit.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,12 @@ dedicated web crawler or scraper such as `Goutte`_::
343343
'.table-list-header-toggle a:nth-child(1)'
344344
)->text());
345345

346+
.. tip::
347+
348+
You can also use HTTP client options like ``ciphers``, ``auth_basic`` and
349+
``query``. They have to be passed as the default options argument to the
350+
client which is used by the HTTP browser.
351+
346352
Learn more
347353
----------
348354

mailer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,4 +1541,3 @@ you can use the built in assertions::
15411541
.. _`PEM encoded`: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
15421542
.. _`default_socket_timeout`: https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout
15431543
.. _`RFC 3986`: https://www.ietf.org/rfc/rfc3986.txt
1544-
.. _`Mailjet API V3`: https://dev.mailjet.com/email/guides/send-api-v31/#add-email-headers

0 commit comments

Comments
 (0)