module DPPM::HTTPHelper

Overview

Method for redirections using the stdlib http client

Extended Modules

Defined in:

http_helper.cr

Instance Method Summary

Instance Method Detail

def get_file(url : String, path : String = File.basename(url)) #

[View source]
def get_string(url, headers = nil, redirection = 0) #

[View source]
def url?(link) : Bool #

[View source]