Class HttpRequestImpl

    • Constructor Detail

      • HttpRequestImpl

        public HttpRequestImpl​(HttpMethod aHttpMethod,
                               Url aUrl)
        Constructs a HttpRequest with all required attributes.
        Parameters:
        aHttpMethod - The HttpMethod with which the request has been sent.
        aUrl - The Url from which to take the URL specific data.