如何设置Ruby的RestClient的用户代理?

前端之家收集整理的这篇文章主要介绍了如何设置Ruby的RestClient的用户代理?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有兴趣在使用 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

原文链接:https://www.f2er.com/ruby/267429.html

猜你在找的Ruby相关文章