module Ktistec::Open

Extended Modules

Defined in:

framework/open.cr

Constant Summary

Log = ::Log.for(self)

Instance Method Summary

Instance Method Detail

def open(key_pair, url, headers = HTTP::Headers.new, attempts = 10) #

Opens and reads from the specified URL.

Uses key_pair to sign the request. Will automatically follow attempts redirects (default 10).


[View source]
def open(key_pair, url, headers = HTTP::Headers.new, attempts = 10, &) #

Opens and reads from the specified URL.

Uses key_pair to sign the request. Will automatically follow attempts redirects (default 10).


[View source]
def open?(key_pair, url, headers = HTTP::Headers.new, attempts = 10) #

Opens and reads from the specified URL.

Uses key_pair to sign the request. Will automatically follow attempts redirects (default 10).


[View source]
def open?(key_pair, url, headers = HTTP::Headers.new, attempts = 10, &) #

Opens and reads from the specified URL.

Uses key_pair to sign the request. Will automatically follow attempts redirects (default 10).


[View source]