
org.webpieces.httpparser.api.ParsingState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-parser1_1 Show documentation
Show all versions of http-parser1_1 Show documentation
A re-usable asynchronous http 1.1 parser that can be used with any nio client
package org.webpieces.httpparser.api;
public enum ParsingState {
HEADERS,
BODY,
CHUNK;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy