Skip to content

Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API

License

Notifications You must be signed in to change notification settings

kronar/browsermob-proxy-client

 
 

Repository files navigation

BrowserMob Proxy Client (for Java)

Build Status

Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API.

How it works

TODO

Run Build & Tests locally

The build system is based on Gradle:

./gradlew -PossrhUsername -PossrhPassword test

NOTE: To run the full suite of tests you also need to have PhantomJS installed: the tests will assume that is available in the PATH.

Documentation

Javadocs for this library can be found here.

Include in your project (via Maven Central)

To find out available releases of BrowserMob Proxy Client, please check search.maven.org.

Maven

<dependency>
    <groupId>com.github.detro</groupId>
    <artifactId>browsermob-proxy-client</artifactId>
    <version>LATEST_VERSION</version>
</dependency>

Grails / Gradle

compile 'com.github.detro:browsermob-proxy-client:LATEST_VERSION'

Others

See search.maven.org.

Credits

  • BrowserMob Proxy is the key component without which this library would make no sense. So, all kudos should go to it.
  • RawGit and MacCDN for making it super-easy to host the Javadoc.

License (BSD)

See LICENSE.BSD located in the project source root.

About

Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • CSS 1.5%