HttpMethod constructor
init
Initializes a new instance of the HttpMethod
class with a specific HTTP method.
def __init__(self, method):
...
Parameter | Type | Description |
---|---|---|
method | str | The method. |
See Also
- module
aspose.html.net
- class
HttpMethod
Initializes a new instance of the HttpMethod
class with a specific HTTP method.
def __init__(self, method):
...
Parameter | Type | Description |
---|---|---|
method | str | The method. |
aspose.html.net
HttpMethod