File: net_http.rb

package info (click to toggle)
ruby-faraday-net-http 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: ruby: 186; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'faraday/adapter/net_http'
require 'faraday/net_http/version'

module Faraday
  module NetHttp
    Faraday::Adapter.register_middleware(net_http: Faraday::Adapter::NetHttp)
  end
end