Interface HttpRequest

    • Method Detail

      • getMethod

        HttpMethod getMethod()
        Returns the method of this request.
      • setMethod

        void setMethod​(HttpMethod method)
        Sets the method of this request.
      • getUri

        String getUri()
        Returns the URI (or path) of this request.
      • setUri

        void setUri​(String uri)
        Sets the URI (or path) of this request.