rsocket / rsocket-cli

Command-line client for ReactiveSocket
Apache License 2.0
71 stars 22 forks source link

Simple frame logging API #100

Open yschimke opened 4 years ago

yschimke commented 4 years ago

Ideally with a simple flag, add ability to see either of

RSocket Frames (requestn, setup, payload) or Transport Frames (Websocket frame, potentially HTTP2)

The former is way more important to me.