Skip to content

xdi2 transport http

Markus Sabadello edited this page Feb 4, 2014 · 14 revisions

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

Topics

Quickstart

cd server
mvn jetty:run

Then (with default configuration) XDI endpoints are available at:

http://localhost:8080/xdi/mem-graph/
http://localhost:8080/xdi/bdb-graph/
http://localhost:8080/xdi/file-graph/

Maven Dependency

<dependency>
	<groupId>xdi2</groupId>
	<artifactId>xdi2-transport-http</artifactId>
	<version>0.1-SNAPSHOT</version>
	<scope>compile</scope>
</dependency>
Clone this wiki locally