{"id":55947,"library":"httpunit","title":"HttpUnit","description":"A Java library for the automatic stimulation and testing of web applications, simulating browser behavior.","status":"active","version":"1.6.1","language":"java","source_language":null,"source_url":null,"tags":["testing","web","http","java"],"install":[{"cmd":"<dependency>\n  <groupId>httpunit</groupId>\n  <artifactId>httpunit</artifactId>\n  <version>1.6.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'httpunit:httpunit:1.6.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WebConversation","correct":"com.meterware.httpunit.WebConversation"}],"quickstart":{"code":"import com.meterware.httpunit.WebConversation;\nimport com.meterware.httpunit.WebResponse;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        WebConversation wc = new WebConversation();\n        WebResponse response = wc.getResponse(\"http://example.com\");\n        System.out.println(response.getText());\n    }\n}","lang":"java","description":"Use WebConversation to fetch a web page and print its content."},"warnings":[{"fix":"Consider using HtmlUnit or Selenium for modern web testing.","message":"HttpUnit is no longer actively maintained and may have compatibility issues with modern web standards.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'applic':13 'automat':7 'behavior':16 'browser':15 'http':19 'httpunit':1 'java':3,20 'librari':4 'simul':14 'stimul':8 'test':10,17 'web':12,18","created_at":"2026-06-15T10:14:13.647456+00:00","updated_at":"2026-06-15T10:14:13.647456+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":null,"github":null,"docs":"https://appdoc.app/artifact/httpunit/httpunit/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"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}}