{"id":65739,"library":"org-apache-felix-http-servlet-api","title":"Apache Felix HTTP Servlet API","description":"Provides the Servlet API for use by applications in the Apache Felix OSGi framework.","status":"active","version":"6.1.0","language":"java","source_language":null,"source_url":"https://gitbox.apache.org/repos/asf?p=felix-dev.git","tags":["servlet","osgi","felix","http"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.felix</groupId>\n  <artifactId>org.apache.felix.http.servlet-api</artifactId>\n  <version>6.1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.felix:org.apache.felix.http.servlet-api:6.1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpServlet","correct":"javax.servlet.http.HttpServlet"}],"quickstart":{"code":"import javax.servlet.http.HttpServlet;\nimport javax.servlet.http.HttpServletRequest;\nimport javax.servlet.http.HttpServletResponse;\nimport java.io.IOException;\n\npublic class Quickstart extends HttpServlet {\n    @Override\n    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {\n        resp.getWriter().write(\"Hello from Felix Servlet\");\n    }\n}","lang":"java","description":"Extend HttpServlet to create a servlet."},"warnings":[],"env_vars":null,"search_vec":"'apach':1,16 'api':5,9 'applic':13 'felix':2,17,22 'framework':19 'http':3,23 'osgi':18,21 'provid':6 'servlet':4,8,20 'use':11","created_at":"2026-06-17T17:14:31.552044+00:00","updated_at":"2026-06-17T17:14:31.552044+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://felix.apache.org/","github":null,"docs":"https://appdoc.app/artifact/org.apache.felix/org.apache.felix.http.servlet-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"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}}