module HTTPX::Plugins::Stream

def self.const_missing(const_name)

def self.const_missing(const_name)
  super unless const_name == :StreamResponse
  warn "DEPRECATION WARNING: the class #{self}::StreamResponse is deprecated. Use HTTPX::StreamResponse instead."
  HTTPX::StreamResponse
end