Interface HttpResponse

All Known Implementing Classes:
HttpPipelinedResponse

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 Details

    • addHeader

      void addHeader(String name, String value)
    • containsHeader

      boolean containsHeader(String name)