org.analogweb.MutableRequestContext Maven / Gradle / Ivy
The newest version!
package org.analogweb;
/**
* @author snowgooseyk
*/
public interface MutableRequestContext extends RequestContext {
void setRequestMethod(String method);
void setRequestPath(RequestPath path);
RequestContext unwrap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy