Class: Tap::Http::Get
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
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 |