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.

贡献者指南