Skip to content

xdi2 transport http

peacekeeper edited this page Nov 17, 2014 · 14 revisions

An HTTP transport (server) that exposes XDI endpoints at HTTP(S) URIs

Topics

Quickstart

cd transport-http-war
mvn jetty:run

Then go to:

http://localhost:8080/

Maven Dependency

<dependency>
	<groupId>xdi2</groupId>
	<artifactId>xdi2-transport-http</artifactId>
	<version>${xdi2-version}</version>
	<scope>compile</scope>
</dependency>

Examples

For examples, see the following Github repository:

Clone this wiki locally