Skip to content

Commit 5926ef8

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Tip added to explain how to use HttpClient options in BrowserKit requests.
2 parents 4d84c04 + 9773afd commit 5926ef8

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
@@ -351,6 +351,12 @@ dedicated web crawler or scraper such as `Goutte`_::
351351
'.table-list-header-toggle a:nth-child(1)'
352352
)->text());
353353

354+
.. tip::
355+
356+
You can also use HTTP client options like ``ciphers``, ``auth_basic`` and
357+
``query``. They have to be passed as the default options argument to the
358+
client which is used by the HTTP browser.
359+
354360
Learn more
355361
----------
356362

0 commit comments

Comments
 (0)