Method: Ogc::AbstractBase#http

Defined in:
lib/ogc/abstract_base.rb

#httpObject



39
40
41
# File 'lib/ogc/abstract_base.rb', line 39

def http
  @http ||= Net::HTTP.new(uri.host, uri.port)
end