Ruby on Rails中,能否用Typheous Ruby实现页面重定向?
- 内容介绍
- 文章标签
- 相关推荐
本文共计55个文字,预计阅读时间需要1分钟。
是否有可能跟随着Typhoeus重定向以及如何实现?
使用Typhoeus进行重定向的代码如下:rubyres=Typhoeus::Request.get(url, {:follow_location=> true})
res = Typhoeus::Request.get(url, {:follow_location => true})
本文共计55个文字,预计阅读时间需要1分钟。
是否有可能跟随着Typhoeus重定向以及如何实现?
使用Typhoeus进行重定向的代码如下:rubyres=Typhoeus::Request.get(url, {:follow_location=> true})
res = Typhoeus::Request.get(url, {:follow_location => true})

