UNPKG

@hanivanrizky/nestjs-html-parser

Version:

A powerful NestJS HTML parsing service with XPath and CSS selector support, proxy configuration, random user agents, and rich response metadata including headers and status codes

12 lines (11 loc) 418 B
/** * 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 };