{"id":66072,"library":"jetty-servlet-api","title":"Jetty Servlet API","description":"Provides the Servlet API specification classes used by the Eclipse Jetty server.","status":"active","version":"4.0.9","language":"java","source_language":null,"source_url":"https://github.com/jetty/jetty-servlet-api","tags":["servlet","jetty","jakarta","web","server"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse.jetty.toolchain</groupId>\n  <artifactId>jetty-servlet-api</artifactId>\n  <version>4.0.9</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.9'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpServlet","correct":"jakarta.servlet.http.HttpServlet"}],"quickstart":{"code":"import jakarta.servlet.http.HttpServlet;\nimport jakarta.servlet.http.HttpServletRequest;\nimport jakarta.servlet.http.HttpServletResponse;\n\npublic class MyServlet extends HttpServlet {\n    protected void doGet(HttpServletRequest req, HttpServletResponse resp) {\n        // Handle GET request\n    }\n}","lang":"java","description":"Extend HttpServlet to create a servlet for Jetty."},"warnings":[],"env_vars":null,"search_vec":"'api':3,7 'class':9 'eclips':13 'jakarta':18 'jetti':1,14,17 'provid':4 'server':15,20 'servlet':2,6,16 'specif':8 'use':10 'web':19","created_at":"2026-06-17T17:18:47.665598+00:00","updated_at":"2026-06-17T17:18:47.665598+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://eclipse.org/jetty","github":"https://github.com/jetty/jetty-servlet-api","docs":"https://appdoc.app/artifact/org.eclipse.jetty.toolchain/jetty-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}}