1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 23:05:56 +00:00

Make HTTPS support to actually work (require 'net/https')

This commit is contained in:
zertrin
2013-06-02 02:03:55 +02:00
parent 6430635bfa
commit 2ef8f926af

View File

@@ -1,5 +1,6 @@
require 'json'
require 'net/http'
require 'net/https'
require 'uri'
module Haste