Post some JSON. require 'net/http' require 'uri' require 'json' uri = URI.parse("http://localhost:3000/users") header = {'Content-Type': ...
確定! 回上一頁