class ReeHttp::HttpGet

def call(url, **opts, &block)

def call(url, **opts, &block)
  http_exec(:get, url, **opts, &block)
end