o

org.apache.stanbol.commons.httpqueryheaders

Allows to parse HTTP headers as QueryParameters by prefixing it with "header_{http-header}". This feature allows to bypass the inability of Internet Explorer to set headers for multi domain (CORS) requests. This is a general utility and has no dependencies to Apache Stanbol.
Files download
File Operation
org.apache.stanbol.commons.httpqueryheaders-1.0.0.jar download
org.apache.stanbol.commons.httpqueryheaders-1.0.0.pom download
org.apache.stanbol.commons.httpqueryheaders-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>org.apache.stanbol.commons.httpqueryheaders</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:org.apache.stanbol.commons.httpqueryheaders:1.0.0'
Gradle Kotlin
implementation("org.apache.stanbol:org.apache.stanbol.commons.httpqueryheaders:1.0.0")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.commons.httpqueryheaders" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='org.apache.stanbol.commons.httpqueryheaders', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="org.apache.stanbol.commons.httpqueryheaders" rev="1.0.0" />
Leiningen
[org.apache.stanbol/org.apache.stanbol.commons.httpqueryheaders "1.0.0"]
Apache Buildr
'org.apache.stanbol:org.apache.stanbol.commons.httpqueryheaders:jar:1.0.0'