Header constructor
init
Initializes a new instance of the Header
class with the specified header name and header value.
def __init__(self, header_name, header_value):
...
Parameter | Type | Description |
---|---|---|
header_name | str | The header name to set. |
header_value | str | The header value to set. |
See Also
- module
groupdocs.conversion.options.load
- class
Header