s

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.
http://www.mattunderscore.com/ws-utils/structured-http-headers
New BSD License
Matthew Champion
文件下载
文件名 操作
structured-http-headers-0.2.3.jar 下载
structured-http-headers-0.2.3.pom 下载
structured-http-headers-0.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mattunderscore</groupId>
  <artifactId>structured-http-headers</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.mattunderscore:structured-http-headers:0.2.3'
Gradle Kotlin
implementation("com.mattunderscore:structured-http-headers:0.2.3")
Scala SBT
libraryDependencies += "com.mattunderscore" % "structured-http-headers" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mattunderscore', module='structured-http-headers', version='0.2.3')
)
Apache Ivy
<dependency org="com.mattunderscore" name="structured-http-headers" rev="0.2.3" />
Leiningen
[com.mattunderscore/structured-http-headers "0.2.3"]
Apache Buildr
'com.mattunderscore:structured-http-headers:jar:0.2.3'