Class RawDataPutRequest


public class RawDataPutRequest extends RawDataRequest
An HTTP PUT request that sends raw string data in the request body.
  • Constructor Details

    • RawDataPutRequest

      public RawDataPutRequest(String url)
      Creates a new raw data PUT request for the specified URL.
      Parameters:
      url - the target URL.
    • RawDataPutRequest

      public RawDataPutRequest(String url, String contentType)
      Creates a new raw data PUT request for the specified URL with a content type.
      Parameters:
      url - the target URL.
      contentType - the Content-Type header value.