RequestHTTPSenderConfiguration Class
Requests specific HTTP sender configuration.
- Inheritance
-
RequestHTTPSenderConfiguration
Constructor
RequestHTTPSenderConfiguration(filepath: Optional[str] = None)
Parameters
Methods
| load |
Load configuration from existing file. |
| save |
Save current configuration to file. |
load
Load configuration from existing file.
load(filepath)
Parameters
Exceptions
ValueError if supplied config file is invalid.
save
Save current configuration to file.
save(filepath)
Parameters
Exceptions
ValueError if supplied filepath cannot be written to.
Feedback
Submit and view feedback for