Skip to content

Consider Async::HTTP::Internet should use Protocol::HTTP::AcceptEncoding by default. #68

@ioquatix

Description

@ioquatix

This was a hack we used to PoC:

class Internet < Async::HTTP::Internet
	def client_for(endpoint)
		Protocol::HTTP::AcceptEncoding.new(super).tap do |middleware|
			def middleware.scheme
				"https"
			end
		end
	end
end

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions