h3 icon indicating copy to clipboard operation
h3 copied to clipboard

feat(headers): support array values for multi-field headers

Open GalacticHypernova opened this issue 1 year ago • 3 comments

🔗 Linked issue

Related to #625

❓ Type of change

  • [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [x] 👌 Enhancement (improving an existing functionality like performance)
  • [x] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR adds a way to provide header values in arrays, which could be beneficial for headers that can accept multiple values (example: Accept). This PR will also make it much easier to implement #625 typing wise.

📝 Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

GalacticHypernova avatar Jan 21 '24 20:01 GalacticHypernova