module Ktistec::Open
Extended Modules
Defined in:
framework/open.crConstant Summary
-
Log =
::Log.for(self)
Instance Method Summary
-
#open(key_pair, url, headers = HTTP::Headers.new, attempts = 10)
Opens and reads from the specified URL.
-
#open(key_pair, url, headers = HTTP::Headers.new, attempts = 10, &)
Opens and reads from the specified URL.
-
#open?(key_pair, url, headers = HTTP::Headers.new, attempts = 10)
Opens and reads from the specified URL.
-
#open?(key_pair, url, headers = HTTP::Headers.new, attempts = 10, &)
Opens and reads from the specified URL.
Instance Method Detail
Opens and reads from the specified URL.
Uses key_pair
to sign the request. Will automatically follow
attempts
redirects (default 10).
Opens and reads from the specified URL.
Uses key_pair
to sign the request. Will automatically follow
attempts
redirects (default 10).
Opens and reads from the specified URL.
Uses key_pair
to sign the request. Will automatically follow
attempts
redirects (default 10).
Opens and reads from the specified URL.
Uses key_pair
to sign the request. Will automatically follow
attempts
redirects (default 10).