Interface HttpRequest

    • Method Detail

      • getMethodValue

        String getMethodValue()
        Return the HTTP method of the request as a String value.
        Returns:
        the HTTP method as a plain String
        Since:
        5.0
        See Also:
        getMethod()
      • getURI

        URI getURI()
        Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).
        Returns:
        the URI of the request (never null)