1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
v2fly/proxy/http/config.proto
Darien Raymond bbca180dba
try protobuf
2016-08-25 21:55:49 +02:00

14 lines
229 B
Protocol Buffer

syntax = "proto3";
package com.v2ray.core.proxy.http;
option go_package = "http";
// Config for HTTP proxy server.
message ServerConfig {
uint32 timeout = 1;
}
// ClientConfig for HTTP proxy client.
message ClientConfig {
}