All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.awsjavakit.apigateway.HeaderValues Maven / Gradle / Ivy

The newest version!
package com.github.awsjavakit.apigateway;

public final class HeaderValues {

  /**
   * "application/json" header value.
   */
  public static final String APPLICATION_JSON = "application/json";

  private HeaderValues() {
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy