Closed akpaevj closed 3 months ago
The HeaderDictionaryWrapper
class has been significantly enhanced to provide a more robust and intuitive interface for managing HTTP headers. New properties corresponding to specific headers have been added, along with methods that simplify the manipulation and retrieval of header values, fostering better usability for developers.
Files | Change Summary |
---|---|
src/OneScript.Web.Server/HeaderDictionaryWrapper.cs |
Expanded HeaderDictionaryWrapper with specific properties for common HTTP headers and added methods for header management, including Retrieve , Clear , and AppendCommaSeparated . Updated control flow and enumerator methods for better interaction with the _items dictionary. |
🐇 In the world of headers, we leap and bound,
With new ways to gather, where values are found.
Whiskers twitch with glee, as we append with flair,
Our wrapper now sparkles, with functionality rare!
Let's hop through the changes, in joy we delight,
For headers are happy, all day and all night! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Accept
,Authorization
).Retrieve
,Clear
,Delete
, and various append methods.Bug Fixes