# File lib/httpclient/http.rb, line 565
def
parts
if
@as_stream
@body
else
[
@body
.
join
]
end
end