Interface Routing

    • Method Detail

      • route

        void route​(BareRequest bareRequest,
                   BareResponse bareResponse)
        Process bare minimal request and response using this routing.
        Parameters:
        bareRequest - HTTP request to tryProcess
        bareResponse - HTTP response to tryProcess