![JAR search and dependency download from the Maven repository](/logo.png)
leisure.springboot.authorization.TokenUtils Maven / Gradle / Ivy
package leisure.springboot.authorization;
import javax.servlet.http.HttpServletRequest;
public class TokenUtils {
public static String get(HttpServletRequest request,String hname)
{
return request.getHeader(hname);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy