Commit 997e5cc
committed
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.1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
320 | 326 | | |
321 | 327 | | |
322 | 328 | | |
| |||
0 commit comments