playframework/playframework

Allow more flexible HTTP bindings

開放

#9,843 建立於 2019年11月25日

 (0 則留言) (0 個反應) (0 位負責人)Scala (4,032 個分叉)batch import
help wanted

倉庫指標

星標
 (12,623 顆星)
PR 合併指標
 (平均合併 10天 17小時) (30 天內合併 69 個 PR)

描述

Play allows binding a single port for http traffic and a single port for https. Each port will serve exactly the same routes.

This issue is to track an improvement where multiple ports can be bound for https (for example) where each port serves traffic using different settings (e.g. HTTP/1.x vs HTTP/2[1])

[1] that's a bad example because HTTP/1 and HTTP/2 should coexist in a single port and protocol negotiation be supported (that is a different discussion though).

貢獻者指南