Skip to content

Commit 3203970

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Tip added to explain how to use HttpClient options in BrowserKit requests.
2 parents 5826938 + 5926ef8 commit 3203970

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
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

0 commit comments

Comments
 (0)