summaryrefslogtreecommitdiff
path: root/upb/bytestream.proto
blob: 12879253de0ddbec10f118c5bb7392af3667fe3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// upb - a minimalist implementation of protocol buffers.
//
// Copyright (c) 2013 Google Inc.  See LICENSE for details.
// Author: Josh Haberman <jhaberman@gmail.com>
//
// This file contains a proto definition for use by handlers that consume a
// simple byte stream (like traditional UNIX pipes).

package upb;

message ByteStream {
  optional bytes bytes = 1;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback