akka/akka-http

rejectEmptyResponse ends up with 405 instead of 404

Open

#1,473 opened on 2017年10月11日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantedt:docs

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (平均マージ 1d 10h) (30d で 2 merged PRs)

説明

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

コントリビューターガイド