Wildfly HTTP Client is a client libraries that support EJB, Naming and Transactions over HTTP. It consists of:
- Request Timeouts
- Digest Auth
- Multiple URL's for naming
- Multiplexing support
- SSL testing
$ git clone https://github.com/wildfly/wildfly-http-client
To use dependencies from JBoss.org, you need to add the JBoss Maven Repositories to your Maven settings.xml. For details see Maven Getting Started - Users
The command below builds the project and runs the embedded suite.
$ mvn clean install
Bugs and features are tracked at https://issues.jboss.org/browse/WEJBHTTP
All new features and enhancements should be submitted against main branch only.