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