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

it.espr.mvc.route.parameter.RequestHeader Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package it.espr.mvc.route.parameter;

public class RequestHeader extends Parameter {

	RequestHeader(String name) {
		super(TYPE.REQUEST_HEADER, name);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy