[PR #330] [MERGED] SSE #2560

Closed
opened 2026-03-17 00:15:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/330
Author: @liyasthomas
Created: 11/24/2019
Status: Merged
Merged: 11/24/2019
Merged by: @liyasthomas

Base: masterHead: sse


📝 Commits (6)

📊 Changes

10 files changed (+491 additions, -299 deletions)

View changed files

📝 README.md (+4 -0)
📝 assets/js/curlparser.js (+3 -3)
📝 build.js (+2 -1)
📝 layouts/default.vue (+4 -4)
📝 nuxt.config.js (+1 -1)
📝 pages/graphql.vue (+2 -2)
📝 pages/index.vue (+18 -16)
pages/realtime.vue (+442 -0)
pages/websocket.vue (+0 -265)
📝 store/postwoman.js (+15 -7)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/330 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 11/24/2019 **Status:** ✅ Merged **Merged:** 11/24/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `sse` --- ### 📝 Commits (6) - [`1dbea4d`](https://github.com/hoppscotch/hoppscotch/commit/1dbea4d39a632c5b0433a07872d36957c81c9470) Initial SSE MVP - [`873b97b`](https://github.com/hoppscotch/hoppscotch/commit/873b97b052e9ac8893ab3db4db2884ed9e3596dd) :tada: Initial SSE MVP - [`45fa84d`](https://github.com/hoppscotch/hoppscotch/commit/45fa84d5ae44e4023e33fad78b3965dc67f73bca) Merge branch 'master' into sse - [`f6752e9`](https://github.com/hoppscotch/hoppscotch/commit/f6752e9743c8a96f39d6dd946277228b9cd447a5) SSE mvp - [`57b71ce`](https://github.com/hoppscotch/hoppscotch/commit/57b71ce4ea94c72642d04f04564b1f3c545ee743) Merge branch 'sse' of https://github.com/liyasthomas/postwoman into sse - [`0383403`](https://github.com/hoppscotch/hoppscotch/commit/0383403ccec78502374287ba0d8bbe8e646dccbb) :sparkles: Adds Server Sent Events debug support ### 📊 Changes **10 files changed** (+491 additions, -299 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) 📝 `assets/js/curlparser.js` (+3 -3) 📝 `build.js` (+2 -1) 📝 `layouts/default.vue` (+4 -4) 📝 `nuxt.config.js` (+1 -1) 📝 `pages/graphql.vue` (+2 -2) 📝 `pages/index.vue` (+18 -16) ➕ `pages/realtime.vue` (+442 -0) ➖ `pages/websocket.vue` (+0 -265) 📝 `store/postwoman.js` (+15 -7) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:15:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2560
No description provided.