Interface HttpContent<R extends HttpContent<R>>

    • Method Detail

      • payload

        Buffer payload()
        Returns the Buffer representing the payload of the HTTP message.
        Returns:
        The Buffer representing the payload of the HTTP message.
      • copy

        R copy()
        Create a copy of this HTTP content instance, and return it.
        Returns:
        A copy of this HTTP content object.