Class AbstractHttpRequest

    • Constructor Detail

      • AbstractHttpRequest

        public AbstractHttpRequest​(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.
      • AbstractHttpRequest

        public AbstractHttpRequest​(HttpMethod aHttpMethod,
                                   Url aUrl,
                                   RequestHeaderFields aHeaderFields)
        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.
        aHeaderFields - The RequestHeaderFields sent by the request.