
lambdify.apigateway.Methods Maven / Gradle / Ivy
The newest version!
package lambdify.apigateway;
/**
* Created by miere.teixeira on 18/04/2018.
*/
public enum Methods {
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, ALL;
public LambdaRouter.Route and(String url ){
return new LambdaRouter.Route(url, this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy