File: traces.rb

package info (click to toggle)
ruby-async-http 0.94.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 916 kB
  • sloc: ruby: 5,224; javascript: 40; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2025, by Samuel Williams.

def prepare
	require "traces/provider/async/http"
	require "traces/provider/async/http/protocol/http1/client"
	require "traces/provider/async/http/protocol/http2/client"
end