{"id":71541,"library":"browsermob-core","title":"BrowserMob Proxy Core","description":"Core library for BrowserMob Proxy, a programmatic HTTP/S proxy for performance and functional testing.","status":"active","version":"2.1.5","language":"java","source_language":null,"source_url":"https://github.com/lightbody/browsermob-proxy","tags":["proxy","testing","http","performance"],"install":[{"cmd":"<dependency>\n  <groupId>net.lightbody.bmp</groupId>\n  <artifactId>browsermob-core</artifactId>\n  <version>2.1.5</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.lightbody.bmp:browsermob-core:2.1.5'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"BrowserMobProxy","correct":"net.lightbody.bmp.BrowserMobProxy"}],"quickstart":{"code":"import net.lightbody.bmp.BrowserMobProxy;\nimport net.lightbody.bmp.BrowserMobProxyServer;\n\npublic class Example {\n    public static void main(String[] args) {\n        BrowserMobProxy proxy = new BrowserMobProxyServer();\n        proxy.start(8080);\n        System.out.println(\"Proxy started on port \" + proxy.getPort());\n        proxy.stop();\n    }\n}","lang":"java","description":"Starts a BrowserMob proxy server."},"warnings":[{"fix":"Always call proxy.stop() in a finally block or use try-with-resources if supported.","message":"BrowserMobProxyServer requires a running proxy; ensure proper cleanup to avoid port leaks.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'browsermob':1,7 'core':3,4 'function':16 'http':20 'http/s':11 'librari':5 'perform':14,21 'programmat':10 'proxi':2,8,12,18 'test':17,19","created_at":"2026-06-17T18:28:25.608734+00:00","updated_at":"2026-06-17T18:28:25.608734+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://bmp.lightbody.net","github":"https://github.com/lightbody/browsermob-proxy","docs":"https://appdoc.app/artifact/net.lightbody.bmp/browsermob-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}