Class: Net::HTTP

Inherits:
Object
  • Object
show all
Defined in:
lib/net/http.rb

Overview

TODO Implement HTTP with jQuery for use in Glimmer DSL for Opal Note: ignore Protocol superclass for now

Instance Method Summary collapse

Instance Method Details

#post_form(uri, params) ⇒ Object



9
10
11
12
13
14
15
# File 'lib/net/http.rb', line 9

def post_form(uri, params)
#       pd uri.scheme
#       pd uri.host
#       pd uri.path
#       pd uri.query
#       pd params
end