request_uri property

request_uri property

Gets or sets the request URI.

Definition:

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

See Also