You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
BrowserMob Proxy allows you to manipulate HTTP requests and responses, capture HTTP content, and export performance data as a [HAR file](http://www.softwareishard.com/blog/har-12-spec/).
4
4
BMP works well as a standalone proxy server, but it is especially useful when embedded in Selenium tests.
5
5
6
-
The latest version of BrowserMob Proxy is 2.1.4, powered by [LittleProxy](https://github.com/adamfisk/LittleProxy).
6
+
The latest version of BrowserMob Proxy is 2.1.5, powered by [LittleProxy](https://github.com/adamfisk/LittleProxy).
7
7
8
8
If you're running BrowserMob Proxy within a Java application or Selenium test, get started with [Embedded Mode](#getting-started-embedded-mode). If you want to run BMP from the
9
9
command line as a standalone proxy, start with [Standalone](#getting-started-standalone).
@@ -14,7 +14,7 @@ To use BrowserMob Proxy in your tests or application, add the `browsermob-core`
14
14
<dependency>
15
15
<groupId>net.lightbody.bmp</groupId>
16
16
<artifactId>browsermob-core</artifactId>
17
-
<version>2.1.4</version>
17
+
<version>2.1.5</version>
18
18
<scope>test</scope>
19
19
</dependency>
20
20
```
@@ -74,7 +74,7 @@ The legacy interface, implicitly defined by the ProxyServer class, has been extr
74
74
proxyServer.start();
75
75
// [...]
76
76
77
-
// To use the LittleProxy-powered 2.1.4 release, simply change to
77
+
// To use the LittleProxy-powered 2.1.5 release, simply change to
78
78
// the LegacyProxyServer interface and the adapter for the new
0 commit comments