public interface ResponseInfo
Modifier and Type | Method and Description |
---|---|
boolean |
completedSuccessfully()
Indicates whether or not a response completed successfully.
|
long |
duration()
The duration in millis of a completed response, or the duration so far of an in-progress request.
|
MuRequest |
request() |
MuResponse |
response() |
long duration()
boolean completedSuccessfully()
Note: even server errors such as a 500 are considered "successful" if the full response was sent to the client.
MuRequest request()
MuResponse response()
Copyright © 2017–2021. All rights reserved.