Interface BaseSignedRequest<PayloadT>

    • Method Detail

      • request

        SdkHttpRequest request()
        Returns the HTTP request object, without the request body payload.
      • payload

        Optional<PayloadT> payload()
        Returns the body payload of the request. A payload is optional. By default, the payload will be empty.