akka/akka-http

Lack of ws.Message (un)marshaller

開放

#2,256 建立於 2018年10月14日

 (1 則留言) (1 個反應) (0 位負責人)Scala (598 個分叉)batch import
1 - triagedhelp wantedt:marshallingt:websocket

倉庫指標

星標
 (1,311 顆星)
PR 合併指標
 (平均合併 1天 10小時) (30 天內合併 2 個 PR)

描述

I'd like to hear opinions on the standard inclusion of a FromWSMessageUnmarshaller for ws.Message. This would reduce standard boilerplate when dealing with web sockets. I'd even go as far as suggest that implementations for JSON and XML be included. Whenever I'm dealing with web sockets, most, if not all, communication is done using a JSON transport. I've got the implementations mostly ready, so I can produce a PR if necessary.

貢獻者指南