= private = protected
chunked=(val)
Enables chunked transfer encoding.
# File lib/webrick/httpresponse.rb, line 193 def chunked=(val) @chunked = val ? true : false end