mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 12:34:26 +08:00
SSE: SSEDisplay Implemented along with SSE ResponseBodyView Type
This commit is contained in:
@@ -159,6 +159,7 @@ enum ResponseBodyView {
|
||||
preview("Preview", Icons.visibility_rounded),
|
||||
code("Preview", Icons.code_rounded),
|
||||
raw("Raw", Icons.text_snippet_rounded),
|
||||
sse("SSE", Icons.stream),
|
||||
none("Preview", Icons.warning);
|
||||
|
||||
const ResponseBodyView(this.label, this.icon);
|
||||
|
||||
Reference in New Issue
Block a user