ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2009年4月21日 星期二
在ruby 用 http
要如何在ruby 裡用做 http 的連線, 這時就要用這個
Net::HTTP
library
http = Net::HTTP.new(HOST, PORT)
#用get 得到repsonse data 和 header
rsp, data = http.get('/')
#可以得到 header status
#rsp.code = '200'
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言