Interface HttpResponse


  • public interface HttpResponse
    A basic http response abstraction. Http modules must implement this interface as the server package rest handling needs to set http headers for a response.
    • Method Detail

      • containsHeader

        boolean containsHeader​(String name)