fetch_url
Retrieve content from a URL with specified response type and timeout, ensuring proper error handling and response processing for streamlined data extraction.
Instructions
Fetch content from a URL with proper error handling and response processing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
responseType | No | Expected response type | text |
timeout | No | Request timeout in milliseconds | |
url | Yes | The URL to fetch |