class ReeHttp::HttpPost

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

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