Type: lib.http.GetRequest
Namespace: lib.http
Description
Perform an HTTP GET request to retrieve data from a specified URL. http, get, request, url
Use cases:
- Fetch web page content
- Retrieve API data
- Download files
- Check website availability
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| url | str |
The URL to make the request to. | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.http namespace.