Skip to content

Instantly share code, notes, and snippets.

@Zkuns
Created January 14, 2015 02:47
Show Gist options
  • Save Zkuns/1ad68ec91ce3fb5ec51e to your computer and use it in GitHub Desktop.
Save Zkuns/1ad68ec91ce3fb5ec51e to your computer and use it in GitHub Desktop.
ruby 发送post
require 'net/http'
params = {}
uri = URI.parse("URL")
1.times do
res = Net::HTTP.post_form(uri, params)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment