我是 Rho-Mobile 的新手,我想知道我是否可以使用 http-client 以及如何使用?
我搜索了 Rho-Mobile 的 API,但不幸的是,我找不到任何有用的信息。
Rho::AsyncHttp.get(
:url => "http://www.yourSite.com",
:headers => {"Cookie" => cookie},
:callback => (url_for :action => :httpget_callback)
)
扩展 Rhodes 以使用大多数 Ruby 库很容易:http: //docs.rhomobile.com/rhodes/extensions
但当然有内置的解决方案,如前所述:http ://docs.rhomobile.com/rhodes/connect-to-web-services