Append a path element to the URL
Add a query key/value pair to the URL
Set basic auth credentials
Build an HTTP DELETE request
If called, the request builder will not aggregate http chunks, and the
full http response will not be sent to listeners.
Build an HTTP GET request
Build an HTTP HEAD request Spi
Don't send the connection header
Don't create a Date: header
Don't sent the host header from the URL
Add an event handler for a particular event, using enum constants.
Add an event handler for a particular event
Add an event handler which will be called for every event
Build an HTTP OPTIONS request
Build an HTTP POST request
Build an HTTP PUT request
Set the anchor portion of the URL
HttpRequestBuilder.setBody(Object o,
com.mastfrog.mime.MimeType contentType)
Set a cookie store which will be updated from Set-Cookie headers in the
response, and which will decorate the request with any Cookies it has
that match the request URL.
Set the host portion of the URL
Set the password that will be put in the URL - note this is distinct from
basic authentication - it results in urls such as
http://user:password@host/path
Set the complete path of the URL (clobbering any earlier calls to add
path elements)
HttpRequestBuilder.setPort(int port)
Set the whole URL, clobbering any earlier settings
Set the whole URL, clobbering any earlier settings
Set the user name that will be put in the URL - note this is distinct
from basic authentication - it results in urls such as
http://user:password@host/path