configure_headers property

configure_headers property

The action used to configure request headers, where the first parameter of the action is the Uri.

Definition:

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

See Also