mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-30 09:55:15 +00:00
11 lines
246 B
Protocol Buffer
11 lines
246 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
import "misc/common.proto";
|
|
|
|
message OnesiePlayerResponse {
|
|
optional int32 onesie_proxy_status = 1;
|
|
optional int32 http_status = 2;
|
|
repeated .misc.HttpHeader headers = 3;
|
|
optional bytes body = 4;
|
|
} |