Class RESTHeaders

java.lang.Object
org.apache.syncope.common.rest.api.RESTHeaders

public final class RESTHeaders extends Object
Custom HTTP headers in use with REST services.
  • Field Details

  • Method Details

    • multipartMixedWith

      public static String multipartMixedWith(String boundary)
      Builds Content-Type string for multipart/mixed and the given boundary.
      Parameters:
      boundary - multipart boundary value
      Returns:
      multipart/mixed Content-Type string, with given boundary