Skip to content

Status Code strings #22

@nhumrich

Description

@nhumrich

Currently the status code header on the response object from the server only includes the status code number and not the string. This does not follow the HTTP spec.

Returns:

HTTP/1.1 200

Should return

HTTP/1.1 200 OK

Is there currently anyway to add the OK string on the response?

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