| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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-0.1.2.pom | |
| http-structured-headers-0.1.2.jar | 12 KB |
| http-structured-headers-0.1.2-sources.jar | 15 KB |
| http-structured-headers-0.1.2-javadoc.jar | 60 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |