You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
The current version of LiteHttp supports only limited set of response codes.
Adding more codes improves standards compliance and allows developers to handle more scenarios correctly, enhancing overall experience.
Motivation
The current version of LiteHttp supports only limited set of response codes.
Adding more codes improves standards compliance and allows developers to handle more scenarios correctly, enhancing overall experience.
Notes
You can use MDN HTTP response status codes documentation to add new ones.
Tasks
ResponseCodesenum with additional HTTP status codes.ResponseCodes.ResponseCodesAsBytes.Recommended
Add response with specified response code to the
ActionResultFactory, similar to existing ones.