Interface HttpBodyAccessor

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

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.