mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 04:18:56 +08:00
SSE: SSEDisplay Implemented along with SSE ResponseBodyView Type
This commit is contained in:
@@ -395,10 +395,12 @@ class CollectionStateNotifier
|
||||
);
|
||||
} else {
|
||||
final statusCode = response.statusCode;
|
||||
respModel = baseHttpResponseModel.fromResponse(
|
||||
response: response,
|
||||
time: duration,
|
||||
);
|
||||
|
||||
respModel = respModel ??
|
||||
baseHttpResponseModel.fromResponse(
|
||||
response: response,
|
||||
time: duration,
|
||||
);
|
||||
|
||||
newRequestModel = newRequestModel.copyWith(
|
||||
responseStatus: statusCode,
|
||||
|
||||
Reference in New Issue
Block a user