Sha256: 845f606aa13251c7981e5924ad58c183e4a93b20f2d79d1b503c3a9e7f654334

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

require_relative '../polyphony'

module Polyphony
  # HTTP imports (loaded dynamically)
  module HTTP
    auto_import(
      Agent:  './http/client/agent',
      Rack:   './http/server/rack',
      Server: './http/server'
    )
  end
end

export_default Polyphony::HTTP

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
polyphony-0.23 lib/polyphony/http.rb
polyphony-0.22 lib/polyphony/http.rb