jar

com.mattunderscore : http-structured-headers

Maven & Gradle

Mar 10, 2013
1 usages

HTTP Structured Headers · Allows HTTP headers to be represented in a structured way. The parsers for each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderParser' interface. The values of each header field are represented as separate classes implementing the 'com.mattunderscore.http.headers.HeaderFieldElement' interface. Where a header field has a list of values each of these values is represented as a separate object of the same class. When these values are qualified the class implements the 'com.mattunderscore.http.headers.Qualified' interface.

Table Of Contents

Latest Version

Download com.mattunderscore : http-structured-headers JAR file - Latest Versions:

All Versions

Download com.mattunderscore : http-structured-headers JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window http-structured-headers-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mattunderscore.http.headers

├─ com.mattunderscore.http.headers.ContentTypeParser.class - [JAR]

├─ com.mattunderscore.http.headers.EncodingParser.class - [JAR]

├─ com.mattunderscore.http.headers.HeaderFieldElement.class - [JAR]

├─ com.mattunderscore.http.headers.HeaderParser.class - [JAR]

├─ com.mattunderscore.http.headers.LanguageParser.class - [JAR]

├─ com.mattunderscore.http.headers.QContentType.class - [JAR]

├─ com.mattunderscore.http.headers.QEncoding.class - [JAR]

├─ com.mattunderscore.http.headers.QLanguage.class - [JAR]

├─ com.mattunderscore.http.headers.Qualified.class - [JAR]

├─ com.mattunderscore.http.headers.QualifiedComparator.class - [JAR]

├─ com.mattunderscore.http.headers.UnParsableHeaderException.class - [JAR]