mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-28 09:06:41 +00:00
13 lines
285 B
Protocol Buffer
13 lines
285 B
Protocol Buffer
syntax = "proto3";
|
|
package video_streaming;
|
|
|
|
import "misc/common.proto";
|
|
|
|
// @TODO: Add the rest of the request.
|
|
message OnesieRequest {
|
|
optional string url = 1;
|
|
repeated misc.HttpHeader headers = 2;
|
|
optional string body = 3;
|
|
optional bool field4 = 4;
|
|
optional bool field6 = 6;
|
|
} |