module DPPM::HTTPHelper
Overview
Method for redirections using the stdlib http client
Extended Modules
Defined in:
http_helper.crInstance Method Summary
- #get_file(url : String, path : String = File.basename(url))
- #get_string(url, headers = nil, redirection = 0)
- #url?(link) : Bool