This class is infact a subclass of enum.IntEnum that defines and includes set of HTTP status codes. Along with codes, it also describes long descriptions and reason phrases in English.
To understand further how this class works and is used, let us go through the example code below:
Comments