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.

Лицензия

Лицензия

Группа

Группа

com.mattunderscore
Идентификатор

Идентификатор

http-structured-headers
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать http-structured-headers

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : servlet-api jar 2.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.1.2
0.1.1
0.1.0