com.networknt.aws.lambda.utility.HeaderValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-utility Show documentation
Show all versions of lambda-utility Show documentation
Lambda function utility module
The newest version!
package com.networknt.aws.lambda.utility;
public class HeaderValue {
public static final String APPLICATION_JSON = "application/json";
public static final String APPLICATION_AMZ = "application/x-amz-json-1.1";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy