Get desktop application:
View/edit binary Protocol Buffers messages
Used in: WebSocketMessage
UNKNOWN = 0
REQUEST = 1
RESPONSE = 2
Used in: WebSocketMessage
optional string verb = 1
optional string path = 2
optional bytes body = 3
repeated string headers = 5
optional uint64 id = 4
Used in: WebSocketMessage
optional uint64 id = 1
optional uint32 status = 2
optional string message = 3
repeated string headers = 5
optional bytes body = 4