MultipartFormDataContent constructor

init

Initializes a new instance of the MultipartFormDataContent class.

def __init__(self):
    ...

init

Initializes a new instance of the MultipartFormDataContent class.

def __init__(self, boundary):
    ...
ParameterTypeDescription
boundarystrThe boundary.

See Also