Sha256: 9a9911e4ade68fa4d9915e953219ea649a91284a48532dbf38d5befdecf8fc4e

Contents?: true

Size: 548 Bytes

Versions: 14

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

14 entries across 14 versions & 1 rubygems

Version Path
async-http-0.85.0 lib/async/http/relative_location.rb
async-http-0.84.0 lib/async/http/relative_location.rb
async-http-0.83.1 lib/async/http/relative_location.rb
async-http-0.83.0 lib/async/http/relative_location.rb
async-http-0.82.3 lib/async/http/relative_location.rb
async-http-0.82.2 lib/async/http/relative_location.rb
async-http-0.82.1 lib/async/http/relative_location.rb
async-http-0.82.0 lib/async/http/relative_location.rb
async-http-0.81.0 lib/async/http/relative_location.rb
async-http-0.80.1 lib/async/http/relative_location.rb
async-http-0.80.0 lib/async/http/relative_location.rb
async-http-0.79.0 lib/async/http/relative_location.rb
async-http-0.78.0 lib/async/http/relative_location.rb
async-http-0.77.0 lib/async/http/relative_location.rb