Last Version

HTTP Structured Headers 0.1.2

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.

License

License

GroupId

GroupId

com.mattunderscore
ArtifactId

ArtifactId

http-structured-headers
Version

Version

0.1.2
Type

Type

jar
Description

Description

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.

Download http-structured-headers 0.1.2


<!-- https://jarcasting.com/artifacts/com.mattunderscore/http-structured-headers/ -->
<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>http-structured-headers</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/http-structured-headers/
implementation 'com.mattunderscore:http-structured-headers:0.1.2'
// https://jarcasting.com/artifacts/com.mattunderscore/http-structured-headers/
implementation ("com.mattunderscore:http-structured-headers:0.1.2")
'com.mattunderscore:http-structured-headers:jar:0.1.2'
<dependency org="com.mattunderscore" name="http-structured-headers" rev="0.1.2">
  <artifact name="http-structured-headers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='http-structured-headers', version='0.1.2')
)
libraryDependencies += "com.mattunderscore" % "http-structured-headers" % "0.1.2"
[com.mattunderscore/http-structured-headers "0.1.2"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.