Formatting
This commit is contained in:
parent
a212bab74f
commit
c6fe31310a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ abstract class ResponseContext<RawResponse>
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns `true` if the response is still available for processing by Angel.
|
/// Returns `true` if the response is still available for processing by Angel.
|
||||||
///
|
///
|
||||||
/// If it is `false`, then Angel will stop executing handlers, and will only run
|
/// If it is `false`, then Angel will stop executing handlers, and will only run
|
||||||
/// response finalizers if the response [isBuffered].
|
/// response finalizers if the response [isBuffered].
|
||||||
bool get isOpen;
|
bool get isOpen;
|
||||||
|
|
Loading…
Reference in a new issue