im.toss.http.parser.Rfc7230ListParserException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-auth-parser Show documentation
Show all versions of http-auth-parser Show documentation
HTTP Authorization header parser
The newest version!
package im.toss.http.parser;
class Rfc7230ListParserException extends RuntimeException {
Rfc7230ListParserException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy