Open tombroucke opened 1 year ago
When running the fetch() function, we can now add options:
fetch()
fetch( 'https://httpbin.org/get', options: [ CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false, CURLOPT_TIMEOUT => 30, ... ] );
[x] Docs added?
Please, regenerate docs by running next command: $ php bin/docgen
When running the
fetch()
function, we can now add options:[x] Docs added?
Please, regenerate docs by running next command: $ php bin/docgen