Get desktop application:
View/edit binary Protocol Buffers messages
required string url = 2
optional bytes body = 3
map<string, string> headers = 4
required bool follow_redirects = 5
required bool use_caches = 6
required int32 connect_timeout_secs = 7
required int32 read_timeout_secs = 8
Used in: Request
GET = 0
HEAD = 1
POST = 2
PUT = 3
DELETE = 4
CONNECT = 5
OPTIONS = 6
TRACE = 7
PATCH = 8
optional string exception_message = 1
optional string url = 2
optional int32 status = 3
optional bytes body = 4
map<string, string> headers = 5