akka/akka-http

Lack of ws.Message (un)marshaller

オープン

#2,256 opened on 2018/10/14

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)Scala (598 件のフォーク)batch import
1 - triagedhelp wantedt:marshallingt:websocket

Repository metrics

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

説明

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.

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