Skip to main content

http.get

Description

HTTP GET requests

Init

http.get(rawUrl string) http.get(followRedirects bool)

Fields

IDTYPEDESCRIPTION
urlurlURL for this request
followRedirectsboolFollow redirects
headerhttp.headerHeader returned from this request
statusCodeintStatus returned from this request
versionstringVersion of the HTTP request, (e.g., 1.1)
bodystringBody returned from this request