akka/akka-http

rejectEmptyResponse ends up with 405 instead of 404

Open

#1,473 opened on Oct 11, 2017

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Scala (1,311 stars) (598 forks)batch import
1 - triagedhelp wantedt:docs

Description

    rejectEmptyResponse {
      get {
        complete(StatusCodes.NoContent)
      }
    } ~ delete {
      complete(StatusCodes.NoContent)
    }

Contributor guide