Interface HttpBodyAccessor

All Known Subinterfaces:
HttpBodyAccessor.HttpBodyProperty
All Known Implementing Classes:
HttpClientResponse, HttpServerRequest

public interface HttpBodyAccessor
Provides an accessor for a HTTP body property.
  • Method Details

    • getHttpBody

      String getHttpBody()
      Retrieves the HTTP body from the HTTP body property.
      Returns:
      The HTTP body stored by the HTTP body property.