Skip to content

HTTP status code constants should include the string description #18

@robertfalconer

Description

@robertfalconer

The HTTP status code constants provided in HttpHeaders should include the string description, e.g. HTTP_STATUS_CLIENT_ERROR_NOT_FOUND = "404 Not Found" rather than just 404. I know the string description can technically be anything but that would be very uncommon, so it makes more sense to just include the whole string than making the user of the constants add the Not Found themselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions