Class: Html2rss::RequestService::LocalFileStrategy

Inherits:
Strategy
  • Object
show all
Defined in:
lib/html2rss/request_service/local_file_strategy.rb

Overview

Strategy to read a local HTML file (CLI --input).

Intentionally skips remote budget/policy preflight and ResponseGuard postflight: this adapter never opens a network connection. SSRF controls remain on remote strategies; do not use this adapter for remote URLs.

Method Summary

Methods inherited from Strategy

#execute, #initialize

Constructor Details

This class inherits a constructor from Html2rss::RequestService::Strategy