Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
Stop vibe-debugging.
Plug Claude into your app's actual errors.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
MultipartHttpServletRequest provides multipart/form-data parsing capabilities and easy handling of file uploads for Servlets and JSP. It implements HttpServletRequest so that it may be used as a normal Servlet request object.
This is a very basic http server. This server can accept multiple requests at once. The server is only 56 kb. The server has been configured to accept a maximum of 100 connections. As of now Tiny Server supports only the GET request.
A set of libraries and utilities allowing Python programmers to write servlet-like HTTPrequest handlers, with transparent session management and other facilities.
PHP object validator for user inputs such as strings or arrays
PHP class to validate user input (HTTPrequest) by specifing rules. You can basically validate any PHP-array structure, e.g. decoded JSON. The rules use functions or other callables that validate the user input. In addition to string validation, it is easy to set up rules validating array of values or possibly more complex structures.
Check Wiki for more information!
CSc867 Web Server is a project to build a simplifired web server from scratch. The sever will support basic functions that like parsing request, generating respnd, multithreading, authenticating...
Web service acts as an authorizer for other web services. It takes other service's name, client's IP address, number of requests and a key as input via GET HTTPrequest. It produces XML output saying is client authorized to use requested service.