You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @attribute [Integer] The length of the response body if known.
29
29
attr:length
30
30
31
+
# @attribute [Integer] The number of chunks written to the body.
32
+
attr:count
33
+
31
34
# Stop generating output; cause the next call to write to fail with the given error. Does not prevent existing chunks from being read. In other words, this indicates both that no more data will be or should be written to the body.
32
35
#
33
36
# @parameter error [Exception] The error that caused this body to be closed, if any. Will be raised on the next call to {read}.
0 commit comments