Class: Tap::Http::Get

Inherits:
Submit
  • Object
show all
Defined in:
lib/tap/http/get.rb

Overview

Tap::Http::Get::manifest gets the uri Submits an Http request to the specified uri and returns the message body.

Constant Summary

Constants inherited from Submit

Submit::Form

Instance Method Summary collapse

Instance Method Details

#process(uri) ⇒ Object



8
9
10
# File 'lib/tap/http/get.rb', line 8

def process(uri)
  super(:uri => uri)
end