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

com.iprogrammerr.bright.server.header.template.LocationHeader Maven / Gradle / Ivy

package com.iprogrammerr.bright.server.header.template;

import com.iprogrammerr.bright.server.header.HeaderEnvelope;
import com.iprogrammerr.bright.server.header.HttpHeader;

public final class LocationHeader extends HeaderEnvelope {

	public LocationHeader(String url) {
		super(new HttpHeader("Location", url));
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy