You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15224 [BrowserKit] Tip how to use HttpClient options in BrowserKit requests (SpiGAndromeda)
This PR was merged into the 4.4 branch.
Discussion
----------
[BrowserKit] Tip how to use HttpClient options in BrowserKit requests
It's easy to pass options like 'ciphers' and 'query' to requests made by the HttpClient request method. Currently it's not explained in the documentation of the BrowserKit component how to use these options there.
If you know it, it's quite easy: just pass them as default options to the HttpClient that is passed to the Browser on construction.
best regards,
spigandromeda
Commits
-------
cc800dd Tip added to explain how to use HttpClient options in BrowserKit requests.
0 commit comments