HttpMethod constructor

init

Initializes a new instance of the HttpMethod class with a specific HTTP method.

def __init__(self, method):
    ...
ParameterTypeDescription
methodstrThe method.

See Also