Skip to content

Instantly share code, notes, and snippets.

@gyosit
Last active March 26, 2018 08:03
Show Gist options
  • Save gyosit/177b626bc2e13702dba776fe6e54704f to your computer and use it in GitHub Desktop.
Save gyosit/177b626bc2e13702dba776fe6e54704f to your computer and use it in GitHub Desktop.
require 'net/http'
Net::HTTP.version_1_2
http = Net::HTTP.new("<プロジェクト名>.herokuapp.com", 443)
http.use_ssl = true
response = http.post('/send', 'msg=何かメッセージ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment