# frozen_string_literal: true require "httpx/version" require "httpx/callbacks" require "httpx/options" require "httpx/connection" require "httpx/headers" require "httpx/request" require "httpx/response" require "httpx/client" module HTTPX end