mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Added SSE ability to HTTPS method (fusion)
This commit is contained in:
@@ -53,6 +53,7 @@ class HttpResponseModel with _$HttpResponseModel {
|
||||
String? formattedBody,
|
||||
@Uint8ListConverter() Uint8List? bodyBytes,
|
||||
@DurationConverter() Duration? time,
|
||||
List<String>? sseOutput,
|
||||
}) = _HttpResponseModel;
|
||||
|
||||
factory HttpResponseModel.fromJson(Map<String, Object?> json) =>
|
||||
|
||||
Reference in New Issue
Block a user