Method: HTML::Pipeline::HttpsFilter#http_url
- Defined in:
- lib/html/pipeline/https_filter.rb
#http_url ⇒ Object
HTTP url to replace. Falls back to :base_url
17 18 19 |
# File 'lib/html/pipeline/https_filter.rb', line 17 def http_url context[:http_url] || context[:base_url] end |