#3367·fiber

[提案]: 始终返回不可变字符串,并废弃 `Immutable` 标志

作者: ksw2000创建于 2025年3月22日更新于 2025年11月1日
标签✏️ Feature🚀 Next Version📝 Proposal

In Golang, using mutable strings is not intuitive. Some code in Fiber modifies strings. In the current implementation, we use the `Immutable` flag to control whether the strings returned by certain functions are immutable.