We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca58194 commit fa6cb54Copy full SHA for fa6cb54
user_guide_src/source/libraries/curlrequest/014.php
@@ -3,7 +3,7 @@
3
$client->request('GET', 'http://example.com', ['allow_redirects' => true]);
4
/*
5
* Sets the following defaults:
6
- * 'max' => 5, // Maximum number of redirects to follow before stopping
7
- * 'strict' => true, // Ensure POST requests stay POST requests through redirects
8
- * 'protocols' => ['http', 'https'] // Restrict redirects to one or more protocols
+ * 'max' => 5, // Maximum number of redirects to follow before stopping
+ * 'strict' => true, // Ensure POST requests stay POST requests through redirects
+ * 'protocols' => ['http', 'https'] // Restrict redirects to one or more protocols
9
*/
0 commit comments