Interface HttpResponse


public interface HttpResponse
Trait for http response
  • Method Details

    • content

      DataPublisher content()
      Response content.
    • discardContent

      void discardContent()
      Close response
    • headers

      scala.collection.immutable.Map<String,scala.collection.immutable.Seq<String>> headers()
      Response headers.
    • statusCode

      int statusCode()
      Response status code.
    • streamingContent

      InputStream streamingContent()
      Direct ok-http response content.