Ruby

Below is an example of making an HTTP request to zopiya.dev from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://hc.9i5.top/ping/your-uuid-here'))