{"id":56840,"library":"okhttp-testing-support","title":"OkHttp Testing Support","description":"An HTTP+HTTP/2 client for Android and Java applications; this module provides testing utilities for OkHttp.","status":"active","version":"3.14.9","language":"java","source_language":null,"source_url":"https://github.com/square/okhttp","tags":["okhttp","testing","mockwebserver","http-client"],"install":[{"cmd":"<dependency>\n  <groupId>com.squareup.okhttp3</groupId>\n  <artifactId>okhttp-testing-support</artifactId>\n  <version>3.14.9</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.squareup.okhttp3:okhttp-testing-support:3.14.9'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"MockWebServer","correct":"okhttp3.mockwebserver.MockWebServer"}],"quickstart":{"code":"import okhttp3.mockwebserver.MockWebServer;\n\npublic class Example {\n    public void test() throws Exception {\n        MockWebServer server = new MockWebServer();\n        server.start();\n        server.shutdown();\n    }\n}","lang":"java","description":"Minimal Java snippet showing how to start and stop a MockWebServer for testing."},"warnings":[{"fix":"Upgrade to the latest OkHttp version (e.g., 4.x).","message":"Version 3.14.9 is outdated; consider upgrading to a newer version for security fixes.","severity":"breaking","affected_versions":"<=3.14.9"}],"env_vars":null,"search_vec":"'android':9 'applic':12 'client':7,25 'http':5,24 'http-client':23 'http/2':6 'java':11 'mockwebserv':22 'modul':14 'okhttp':1,19,20 'provid':15 'support':3 'test':2,16,21 'util':17","created_at":"2026-06-15T10:52:04.456933+00:00","updated_at":"2026-06-15T10:52:04.456933+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":"https://github.com/square/okhttp","github":"https://github.com/square/okhttp","docs":"https://appdoc.app/artifact/com.squareup.okhttp3/okhttp-testing-support/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}