akka/akka-http

rejectEmptyResponse ends up with 405 instead of 404

Open

#1473 aperta il 11 ott 2017

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Scala (598 fork)batch import
1 - triagedhelp wantedt:docs

Metriche repository

Star
 (1311 star)
Metriche merge PR
 (Merge medio 1g 10h) (2 PR mergiate in 30 g)

Descrizione

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

Guida contributor