Module: HTTPX::Plugins::StreamBidi::RequestBodyMethods
- Defined in:
- lib/httpx/plugins/stream_bidi.rb
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
331 332 333 334 335 |
# File 'lib/httpx/plugins/stream_bidi.rb', line 331 def empty? return super unless .stream false end |
#initialize ⇒ Object
326 327 328 329 |
# File 'lib/httpx/plugins/stream_bidi.rb', line 326 def initialize(*, **) super @headers.delete("content-length") if .stream end |