setPathBytes

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

Return

This builder for chaining.

Parameters

value

The bytes for path to set.