-
Notifications
You must be signed in to change notification settings - Fork 18
xdi2 transport http
peacekeeper edited this page Nov 18, 2014
·
14 revisions
An HTTP transport (server) that exposes XDI endpoints at HTTP(S) URIs
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>${xdi2-version}</version>
<scope>compile</scope>
</dependency>
cd transport-http-war
mvn jetty:run
Then go to:
http://localhost:8080/
- Startup and shutdown
- Configuration files
- Messaging target registry
- Configuring XDI messaging targets
- Configuring XDI messaging target factories
- HTTP POST processing
For examples, see the following Github repository:
This work is licensed under a Creative Commons Attribution 4.0 International License.