# Functions
Get returns the body of the HTTP or HTTPS resource specified at the given URL.
GetBytes returns the body of the requested resource, or an error if the response status was not http.StatusOK.
Join returns the result of adding the slash-separated path elements to the end of u's path.
OpenBrowser attempts to open the requested URL in a web browser.
# Constants
Allow plain HTTP if explicit; validate HTTPS.
Allow plain HTTP if not explicitly HTTPS; skip HTTPS validation.
Reject plain HTTP; validate HTTPS.
# Type aliases
SecurityMode specifies whether a function should make network calls using insecure transports (eg, plain text HTTP).