post property

post property

Represents an HTTP POST protocol method.

Definition:

@property
def post(self):
    ...

See Also