module Semian::NetHTTP
def connect
def connect with_cleared_dynamic_options do return super if disabled? acquire_semian_resource(adapter: :http, scope: :connection) { super } end end
def connect with_cleared_dynamic_options do return super if disabled? acquire_semian_resource(adapter: :http, scope: :connection) { super } end end