[PR #1228] [CLOSED] WIP Feat/websockets headers #3153

Closed
opened 2026-03-17 00:47:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1228
Author: @LeoMartinDev
Created: 10/4/2020
Status: Closed

Base: mainHead: feat/websockets-headers


📝 Commits (5)

  • 599bc0f WIP: options/headers.vue component
  • 84ec6b6 WIP: reusable Headers component & websocket store
  • 9e4d5fd Merge branch 'master' into feat/websockets-headers
  • 6063b34 Merge branch 'main' into feat/websockets-headers
  • 6530868 Update package.json

📊 Changes

7 files changed (+302 additions, -71 deletions)

View changed files

components/http/headers.vue (+132 -0)
📝 components/realtime/websocket.vue (+130 -0)
📝 package-lock.json (+5 -0)
📝 package.json (+1 -0)
📝 pages/index.vue (+18 -71)
📝 store/mutations.js (+12 -0)
📝 store/state.js (+4 -0)

📄 Description

WIP issue #933


🔄 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/1228 **Author:** [@LeoMartinDev](https://github.com/LeoMartinDev) **Created:** 10/4/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/websockets-headers` --- ### 📝 Commits (5) - [`599bc0f`](https://github.com/hoppscotch/hoppscotch/commit/599bc0ffe188c4c8ed06e9b872e42efdc23e57cb) WIP: options/headers.vue component - [`84ec6b6`](https://github.com/hoppscotch/hoppscotch/commit/84ec6b699d6c7562e49c0192c03046b64d788759) WIP: reusable Headers component & websocket store - [`9e4d5fd`](https://github.com/hoppscotch/hoppscotch/commit/9e4d5fd0e9801028d7876a75bd375bbebc8a38d3) Merge branch 'master' into feat/websockets-headers - [`6063b34`](https://github.com/hoppscotch/hoppscotch/commit/6063b34d216401dec5ef525bcf04e537f4115ce5) Merge branch 'main' into feat/websockets-headers - [`6530868`](https://github.com/hoppscotch/hoppscotch/commit/6530868ed6be0739e3b3ab8dc1524f7714754eb9) Update package.json ### 📊 Changes **7 files changed** (+302 additions, -71 deletions) <details> <summary>View changed files</summary> ➕ `components/http/headers.vue` (+132 -0) 📝 `components/realtime/websocket.vue` (+130 -0) 📝 `package-lock.json` (+5 -0) 📝 `package.json` (+1 -0) 📝 `pages/index.vue` (+18 -71) 📝 `store/mutations.js` (+12 -0) 📝 `store/state.js` (+4 -0) </details> ### 📄 Description WIP issue #933 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:47:38 +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#3153
No description provided.