接口 HttpRequest

    • 方法详细资料

      • getMethodValue

        String getMethodValue()
        Return the HTTP method of the request as a String value.
        返回:
        the HTTP method as a plain String
        从以下版本开始:
        5.0
        另请参阅:
        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).
        返回:
        the URI of the request (never null)