|
@@ -491,6 +491,7 @@ any validation on the cURL options. Additional information about available cURL
|
|
|
| Method | Default value | Description |
|
|
|
|-----------------------|-------------------|-------------------------------------------------------------------|
|
|
|
| withTimeout() | 30 seconds | Set the timeout of the request (integer or float) |
|
|
|
+| withConnectTimeout() | 30 seconds | Set the connect timeout of the request (integer or float) |
|
|
|
| allowRedirect() | false | Allow the request to be redirected internally |
|
|
|
| asJsonRequest() | false | Submit the request data as JSON |
|
|
|
| asJsonResponse() | false | Decode the response data from JSON |
|