1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Change History
==============
0.6 (2017-04-03)
----------------
- Use argparse instead of optparse
- Declare as Python 2.7+ and Python 3 compatible
0.5 (2011-12-30)
----------------
- Colorize HTTP codes
0.4 (2011-12-27)
----------------
- regex and 'x' can be used as part of an HTTP code
https://github.com/rspivak/httpcode/pull/6
0.3 (2011-12-22)
----------------
- Add -s/--search option to search for code by description
https://github.com/rspivak/httpcode/pull/3
0.2 (2011-12-21)
----------------
- Add HTTP code 418 (I'm a teapot): https://github.com/rspivak/httpcode/pull/2
- Bugfix: https://github.com/rspivak/httpcode/issues/1
0.1 (2011-12-21)
----------------
- Initial release
|