Skip to content

Commit

Permalink
Update idn.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Oct 23, 2023
1 parent ebe63b0 commit adf25a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/idn.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "../src/crest"
require "uri"

url = "http://кц.рф/"
url = "http://домен.укр/"

response = Crest.get(url, logging: true)
puts response.status_code

0 comments on commit adf25a8

Please sign in to comment.