ipx icon indicating copy to clipboard operation
ipx copied to clipboard

feat(server): add base option to h3 handler

Open snarcraft opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ 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 pull request introduces a valuable enhancement to the H3 handler by adding the base option. Currently, the base path is expected to be /, but with this change, users have the flexibility to set a custom base path according to their requirements.

๐Ÿ“ Checklist

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

snarcraft avatar Feb 02 '24 19:02 snarcraft