Class HttpRequest.Builder
java.lang.Object
com.google.genai.gaos.utils.transport.HttpRequest.Builder
- Enclosing class:
- HttpRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Appends a header value, keeping any existing values for the name.Appends all of the given headers.Sets a header value, replacing any existing values for the name.
-
Method Details
-
method
-
uri
-
header
Appends a header value, keeping any existing values for the name. -
setHeader
Sets a header value, replacing any existing values for the name. -
headers
Appends all of the given headers. -
body
-
build
-