@hanivanrizky/nestjs-html-parser
Version:
⚠️ ARCHIVED - This package is no longer maintained. Please migrate to @hanivanrizky/nestjs-xpath-parser (https://github.com/Hanivan/nestjs-xpath-parser)
12 lines (11 loc) • 418 B
TypeScript
/**
* SSL Options Demonstration
*
* This example demonstrates the independent SSL/TLS configuration options
* available in the HTML Parser Service for handling various SSL scenarios.
*
* Key Point: disableServerIdentityCheck is INDEPENDENT of ignoreSSLErrors
* and only controls hostname validation.
*/
declare function demonstrateSSLOptions(verbose: boolean): Promise<void>;
export { demonstrateSSLOptions };