method property

method property

HTTP method [IETF RFC 2616] used to submit form. See the method attribute definition in HTML 4.01.

Definition:

@property
def method(self):
    ...
@method.setter
def method(self, value):
    ...

See Also