http.get
Description
HTTP GET requests
Init
http.get(rawUrl string)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
url | url | URL for this request |
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 |