werkzeug.BaseResponse.make_sequence

BaseResponse.make_sequence()[source]

Converts the response iterator in a list. By default this happens automatically if required. If implicit_sequence_conversion is disabled, this method is not automatically called and some properties might raise exceptions. This also encodes all the items.

New in version 0.6.