Ruby

Below is an example of making an HTTP request to Штаб from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://shtab.5-129-195-59.sslip.io/ping/your-uuid-here'))