mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
7 lines
106 B
Protocol Buffer
7 lines
106 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message Header {
|
|
optional string uri = 0x01;
|
|
optional string method = 0x03;
|
|
}
|