ruby 中是否有一些像 java httpclient 这样的库
我想知道ruby中是否有像java httpclient这样的库? 非常感谢。
i want to know whether there are libraries like java httpclient in ruby?
great thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

发布评论
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Ruby 附带 Net/HTTP 库开箱即用。我建议首先使用它,如果您需要更高级别的东西,请查看外部库,例如 REST 客户端。
Ruby comes with the Net/HTTP library out of the box. I recommend using that first, and if you need something higher level, look at external libraries like e.g. REST client.