MVN

com.mattunderscore : structured-http-headers

Maven & Gradle

Jul 26, 2014
1 usages

Structured HTTP 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.

<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>structured-http-headers</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mattunderscore : structured-http-headers to add to Maven - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of com.mattunderscore : structured-http-headers to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
structured-http-headers-0.2.8
structured-http-headers-0.2.7
structured-http-headers-0.2.6
structured-http-headers-0.2.5
structured-http-headers-0.2.3
structured-http-headers-0.2.2
structured-http-headers-0.2.1
structured-http-headers-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>structured-http-headers</artifactId>
    <version>0.2.8</version>
</dependency>