isredirect

Check if a number is a redirect HTTP status code


License
MIT
Install
pip install isredirect==1.0.0

Documentation

isRedirect

Check if a number is a redirect HTTP status code

Demo

Demo on Repl.it

Screenshot

Install

$ pip install isredirect

Usage

from isredirect import isRedirect

isRedirect(300)
#=> True

isRedirect(200)
#=> False

Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.

  2. For bug reports and feature requests, open issues.

  3. For direct and quick help, you can email me.

How to contribute

Have an idea? Found a bug? See how to contribute.

Thanks!

License

MIT