Skip to content

unhandled requests must returns a 404 not 415 #596

@jknack

Description

@jknack
{
   get("/path", (req, rsp) -> {
    // do nothing
   });
}

A call to /path results in 415. The route /path exists but for whatever reason it didn't generate a response. This is an edge case, that I see from in development. It is not a real use case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions