protocol property

protocol property

Gets or sets a string representation of the scheme segment of the associated URL.

Definition:

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

See Also