RequestMessage constructor

init

Initializes a new instance of the RequestMessage class.

def __init__(self, address):
    ...
ParameterTypeDescription
addressstrThe request address.

init

Initializes a new instance of the RequestMessage class.

def __init__(self, uri):
    ...
ParameterTypeDescription
uriUrlThe request URL.

See Also