JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

HTTPStatusCodeType issues #71

Closed mrylmz closed 3 years ago

mrylmz commented 3 years ago

The HTTPStatusCodeType should not contain type as postfix because it is clear that it is a type, also it seams that it is incomplete yet please provide all possible status codes or just replace the type with an Int.

JensK611 commented 3 years ago

The type postfix in my mind is that it is categorized into success, serverError... maybe a more descriptive naming is HTTPStatusCodeCategory or could be dropped as you described.