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

7 lines (6 loc) 246 B
/** * Example demonstrating HtmlFetchResponse usage * Shows how to access and use response data, headers, status codes, and statusText */ declare function demonstrateHtmlFetchResponse(): Promise<void>; export { demonstrateHtmlFetchResponse };