Public Class methods
new(*, **)
[show source]
# File lib/httpx/plugins/stream_bidi.rb 270 def initialize(*, **) 271 super 272 @headers.delete("content-length") 273 end