module Ethon::Easies::Http
def http_request(url, action_name, options = {})
-
options(Hash) -- The options hash. -
action_name(String) -- The http action name. -
url(String) -- The url.
Other tags:
- Example: Set options for http request. -
def http_request(url, action_name, options = {}) fabricate(action_name).new(url, options).setup(self) end