configure_headers property
configure_headers property
Interface for configuring request headers. The implementation should define the behavior for configuring headers based on the URI.
Definition:
@property
def configure_headers(self):
...
@configure_headers.setter
def configure_headers(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
IHeaderConfigurator
- class
WebLoadOptions