put property

put property

Represents an HTTP PUT protocol method.

Definition:

@property
def put(self):
    ...

See Also