lib/async/http/reference.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2023, by Samuel Williams.

require 'protocol/http/reference'

module Async
	module HTTP
		Reference = ::Protocol::HTTP::Reference
	end
end