File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,12 @@ dedicated web crawler or scraper such as `Goutte`_::
343
343
'.table-list-header-toggle a:nth-child(1)'
344
344
)->text());
345
345
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
+
346
352
Learn more
347
353
----------
348
354
Original file line number Diff line number Diff line change @@ -1541,4 +1541,3 @@ you can use the built in assertions::
1541
1541
.. _`PEM encoded` : https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
1542
1542
.. _`default_socket_timeout` : https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout
1543
1543
.. _`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
You can’t perform that action at this time.
0 commit comments