io.quarkus.amazon.lambda.http.model.Headers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-amazon-lambda-http Show documentation
Show all versions of quarkus-amazon-lambda-http Show documentation
Allow applications written for a servlet container to run in AWS Lambda
The newest version!
package io.quarkus.amazon.lambda.http.model;
public class Headers extends MultiValuedTreeMap {
private static final long serialVersionUID = 42L;
public Headers() {
super(String.CASE_INSENSITIVE_ORDER);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy