Interface HttpRequest

    • Method Detail

      • getRemote

        String getRemote()
      • getMethod

        String getMethod()
      • getRequestUri

        default String getRequestUri()
        Absolute Request URI including scheme, host, port (unless http/80 or https/443), path and query string.

        Note that the URI may be invalid if the client issued an HTTP request using a malformed URL.

        Returns:
        the requested URI
      • getScheme

        String getScheme()