user

Type: String

The user property of the JadeHTTPConnection class contains the user portion of the url property value, where the URL is made up of the following components.

"scheme://[user[:password]@]host[:port]/path[?query][#fragment]"

If the string is not null, the value of this property is passed when the connection is requested.