Sha256: 6f566e04091dacd1e148836a51a391d442cb01e376e6881118ca8ef5ae097699

Contents?: true

Size: 548 Bytes

Versions: 6

Compression:

Stored size: 548 Bytes

Contents

# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2019-2020, by Brian Morearty.

require_relative 'middleware/location_redirector'

warn "`Async::HTTP::RelativeLocation` is deprecated and will be removed in the next release. Please use `Async::HTTP::Middleware::LocationRedirector` instead.", uplevel: 1

module Async
	module HTTP
		module Middleware
			RelativeLocation = Middleware::LocationRedirector
			TooManyRedirects = RelativeLocation::TooManyRedirects
		end
	end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
async-http-0.76.0 lib/async/http/relative_location.rb
async-http-0.75.0 lib/async/http/relative_location.rb
async-http-0.74.0 lib/async/http/relative_location.rb
async-http-0.73.0 lib/async/http/relative_location.rb
async-http-0.72.0 lib/async/http/relative_location.rb
async-http-0.71.0 lib/async/http/relative_location.rb