- build
Builds a request.
- header
- <init>
Creates a builder with an HTTP method and URI.
- addCookies
Adds cookies into the "Cookie" header. If the name matches an already existing
cookie, the value wil
- body
Sets the request body. This method encodes the content to a byte array provided,
and sets the Conten
- cookies
Sets the cookies on this request by overwriting the value of the "Cookie"
header.
- removeCookies
Removes all cookies matching one of the supplied names by overwriting the value
of the "Cookie" head
- url
Sets the request fully qualified url.
- version
- addCookie
Adds a new cookie to the Cookie header with the specified name and value.
Creates the Cookie header
- clientAddress
Sets the client IP address.
- enableKeepAlive
Enables Keep-Alive.