Interface HTTPEndpoint

    • Method Detail

      • process

        HTTPResponse process​(HTTPRequest httpRequest)
        Processes an HTTP request.
        Parameters:
        httpRequest - The HTTP request to process. Must not be null.
        Returns:
        The HTTP response.