mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
868053fce7
Solution to non-ASCII character problem
10 lines
No EOL
250 B
Ruby
10 lines
No EOL
250 B
Ruby
dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||
require File.join(dir, 'httparty')
|
||
require 'pp'
|
||
|
||
class Idn
|
||
include HTTParty
|
||
uri_adapter Addressable::URI
|
||
end
|
||
|
||
pp Idn.get("https://i❤️.ws/emojidomain/💎?format=json") |