mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
Asynchronous HTTP server using EV event loop.
|
|
|
|
It doesn't load files received in the POST request in memory as most
|
|
of CGI modules does, but stores them directly to tmp files, so it's
|
|
useful for handling large files without using a lot of memory.
|