Sha256: b5cd4c420c41ff0145c1ea356a878c63b1761f1aaf7880e1d344bb5becb3da05

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

require_relative '../polyphony'

module Polyphony
  module HTTP
    auto_import(
      Agent:      './http/agent',
      Rack:       './http/rack',
      Server:     './http/server',
    )
  end
end

export_default Polyphony::HTTP

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polyphony-0.19 lib/polyphony/http.rb
polyphony-0.17 lib/polyphony/http.rb
polyphony-0.16 lib/polyphony/http.rb