"""Http status codes.""" OK = 200 NOT_FOUND = 404 ERROR = 500 # OK interval OK_FROM = 200 OK_TO = 299