Class HttpRequestBuilder


  • public class HttpRequestBuilder
    extends java.lang.Object
    A builder for Net.HttpRequests. Make sure to call newRequest() first, then set the request up and obtain it via build() when you are done. It also offers a few utility methods to deal with content encoding and HTTP headers.