Class Multipart

java.lang.Object
com.google.genai.gaos.utils.Multipart

public final class Multipart extends Object
  • Field Details

  • Method Details

    • httpBody

      public HttpBody httpBody()
    • boundary

      public String boundary()
      Visible for tests.
    • contentType

      public String contentType()
      RFC 7578: no charset parameter at the multipart level.
    • builder

      public static Multipart.Builder builder()