-
Notifications
You must be signed in to change notification settings - Fork 17
xdi2 transport http
Markus Sabadello edited this page Feb 19, 2014
·
14 revisions
An HTTP transport (server) that exposes XDI endpoints at HTTP(S) URIs
- The XDI server
- Messaging target factories
- Startup and shutdown
- Configuration files
- Configuring XDI messaging targets
- Configuring XDI messaging target factories
- Messaging target registry
- Interceptors
- HTTP POST processing
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/
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
For examples, see the following Github repository:
This work is licensed under a Creative Commons Attribution 4.0 International License.