Method: Xio::HTTP#perform_method

Defined in:
lib/xio/http.rb

#perform_methodObject



41
42
43
44
45
# File 'lib/xio/http.rb', line 41

def perform_method
  process(http_backend.send(method, url, options))
rescue StandardError => e
  raise HTTPError.new(e)
end