HTTP server
C9361
concept
An HTTP server is a software application that listens for and processes HTTP requests from clients, returning appropriate HTTP responses such as web pages, APIs, or other resources.
Aliases (5)
- WSGI server ×3
- ASGI web server ×2
- Apache HTTP Server module ×1
- Python HTTP server ×1
- web server implementation ×1
Instances (11)
- CERN httpd
- Sun Java System Web Server
- Netscape Enterprise Server
- uWSGI ("WSGI server")
- mod_wsgi ("Apache HTTP Server module")
- Uvicorn ("ASGI web server")
- Hypercorn ("ASGI web server")
- Gunicorn (with ASGI workers) ("Python HTTP server")