[PR #421] [MERGED] Header key autocompletion #2614

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/421
Author: @AndrewBastin
Created: 12/11/2019
Status: Merged
Merged: 12/11/2019
Merged by: @AndrewBastin

Base: masterHead: feat/header_completion


📝 Commits (4)

  • f446c9a Generalized AutoComplete Component code
  • cea9ac3 Header Key values now display suggestions for common headers
  • 096b981 Updated default Autocomplete Component placeholder
  • 9fb966f GraphQL header keys now offer completion

📊 Changes

3 files changed (+278 additions, -20 deletions)

View changed files

📝 components/autocomplete.vue (+17 -11)
📝 pages/graphql.vue (+131 -5)
📝 pages/index.vue (+130 -4)

📄 Description

Yay, back to work on Postwoman after a while.

This PR adds the autocompletion to the header fields (in the REST page and GraphQL page). It suggests using the most common HTTP headers.


🔄 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/421 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 12/11/2019 **Status:** ✅ Merged **Merged:** 12/11/2019 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `master` ← **Head:** `feat/header_completion` --- ### 📝 Commits (4) - [`f446c9a`](https://github.com/hoppscotch/hoppscotch/commit/f446c9acc10e0412517942c166a0d30945ffa622) Generalized AutoComplete Component code - [`cea9ac3`](https://github.com/hoppscotch/hoppscotch/commit/cea9ac39654d05bacd2dcf6fb602e201a0925c86) Header Key values now display suggestions for common headers - [`096b981`](https://github.com/hoppscotch/hoppscotch/commit/096b98124750c3b01b5e0d1438f8a4dcbc9abcfc) Updated default Autocomplete Component placeholder - [`9fb966f`](https://github.com/hoppscotch/hoppscotch/commit/9fb966f7051400f8331767efd85e7edf5b1c6a4f) GraphQL header keys now offer completion ### 📊 Changes **3 files changed** (+278 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `components/autocomplete.vue` (+17 -11) 📝 `pages/graphql.vue` (+131 -5) 📝 `pages/index.vue` (+130 -4) </details> ### 📄 Description Yay, back to work on Postwoman after a while. This PR adds the autocompletion to the header fields (in the REST page and GraphQL page). It suggests using the most common HTTP headers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:18: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#2614
No description provided.