mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-25 07:42:00 +00:00
12 lines
246 B
Protocol Buffer
12 lines
246 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
import "misc/common.proto";
|
|
|
|
message OnesieRequest {
|
|
optional string url = 1;
|
|
repeated misc.HttpHeader headers = 2;
|
|
optional string body = 3;
|
|
optional bool field4 = 4;
|
|
optional bool field6 = 6;
|
|
} |