Skip to content

Tweak ResponseStatus enum to align with standard HTTP, or replace with an extant Flask enum #44

@LswaN58

Description

@LswaN58

Currently, we're using base 200, 400, and 500 as response values, which is in line with our early "just emulate the standards to enable quick, collaborative prototyping" approach, but should now actually align to actual standards.

Alternately, if Flask provides a nice, usable enum for this, we'll just use that.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions