express.middleware.DotFiles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-express Show documentation
Show all versions of java-express Show documentation
HTTP Framework based on expressjs, no dependencies, simple usage.
The newest version!
package express.middleware;
/**
* @author Simon Reinisch
*/
public enum DotFiles {
IGNORE,
DENY,
ALLOW
}