setPathBytes

open fun setPathBytes(value: ByteString): HttpRequestInfo.Builder
Specifies the HTTP request path.
string path = 3;

Return

This builder for chaining.

Parameters

value

The bytes for path to set.