Module: BundleUpdateInteractive::HTTP
- Defined in:
- lib/bundle_update_interactive/http.rb
Defined Under Namespace
Modules: Success Classes: Error
Class Method Summary collapse
Class Method Details
.get(url) ⇒ Object
32 33 34 |
# File 'lib/bundle_update_interactive/http.rb', line 32 def get(url) http(:get, url) end |
.head(url) ⇒ Object
36 37 38 |
# File 'lib/bundle_update_interactive/http.rb', line 36 def head(url) http(:head, url) end |