| Class | Description |
|---|---|
| HTTP |
Send an HTTP request to a url
Capabilities:
- http.requests (maximum number of calls)
- http.size (maximum download size in number of bytes)
- http.chunksize (maximum chunk size in number of bytes)
- if the configuration parameter warpscript.http.capability exists,
then its value is a capability that is checked to enable usage of this function
Params:
url The URL to send the request to.
|
| HttpWarpScriptExtension |
Extension for HTTP function
|