module EventStore::HTTP::Controls::NetHTTP::Request
Public Class Methods
example()
click to toggle source
# File lib/event_store/http/controls/net_http/request.rb, line 6 def self.example Net::HTTP::Get.new '/info' end