Skip to content

Commit

Permalink
switch HTTP request body proto from string to bytes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 321226266
Change-Id: Id630b669095168b8c9fff6af700605f10d08a41b
  • Loading branch information
magl0 authored and copybara-github committed Jul 14, 2020
1 parent d565e01 commit c157f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/web_crawl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ message CrawlTarget {
string http_method = 2;

// An optional HTTP request body sent to the crawl URL.
string http_request_body = 3;
bytes http_request_body = 3;
}

message CrawlResult {
Expand Down

0 comments on commit c157f24

Please sign in to comment.