HTTPSenderConfiguration Class
HTTP sender configuration.
This is composed of generic HTTP configuration, and could be use as a common HTTP configuration format.
- Inheritance
-
builtins.objectHTTPSenderConfiguration
Constructor
HTTPSenderConfiguration(filepath=None)
Parameters
Methods
| load |
Load configuration from existing file. |
| save |
Save current configuration to file. |
load
Load configuration from existing file.
load(filepath: str) -> None
Parameters
Exceptions
ValueError if supplied config file is invalid.
save
Save current configuration to file.
save(filepath: str) -> None
Parameters
Exceptions
ValueError if supplied filepath cannot be written to.
Feedback
Submit and view feedback for