我有兴趣在使用
ruby RestClient gem时设置自己的用户代理.
http://github.com/archiloque/rest-client
但是,我找不到任何有关如何做的文档.任何指针?
解决方法
RestClient.get 'http://localhost',:user_agent => "myagent"
见https://github.com/rest-client/rest-client/blob/master/lib/restclient.rb