curl_get
Make HTTP GET requests with customizable headers, timeout, and user agent settings using curl. Ideal for interacting with web APIs and downloading content efficiently.
Instructions
Make an HTTP GET request using curl
Input Schema
Name | Required | Description | Default |
---|---|---|---|
follow_redirects | No | Whether to follow redirects | |
headers | No | Optional HTTP headers in the format 'Header: Value' | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL to make the GET request to | |
user_agent | No | Custom User-Agent string |