spaceone / httoop

HTTOOP - a fully object oriented HTTP protocol library written in python
MIT License
18 stars 5 forks source link

lowercase/pep8-name all status classes #5

Open spaceone opened 7 years ago

spaceone commented 7 years ago

Currently all HTTP Status Exception classes are in the naming scheme of a constant, e.g. BAD_REQUEST. This should be changed into BadRequest before releasing the 1.0 version on PyPI.