-
Notifications
You must be signed in to change notification settings - Fork 17
xdi2 transport http
peacekeeper edited this page Nov 17, 2014
·
14 revisions
An HTTP transport (server) that exposes XDI endpoints at HTTP(S) URIs
- 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 transport-http-war
mvn jetty:run
Then go to:
http://localhost:8080/
<dependency>
<groupId>xdi2</groupId>
<artifactId>xdi2-transport-http</artifactId>
<version>${xdi2-version}</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.