http.get
Description
HTTP GET requests
Init
http.get(rawUrl string) http.get(followRedirects bool)
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| url | url | URL for this request |
| followRedirects | bool | Follow redirects |
| header | http.header | Header returned from this request |
| statusCode | int | Status returned from this request |
| version | string | Version of the HTTP request, (e.g., 1.1) |
| body | string | Body returned from this request |