# http-server-libevent **Repository Path**: cjie001/http-server-libevent ## Basic Information - **Project Name**: http-server-libevent - **Description**: Simple HTTP server, multi-processing, libevent, Technosphere mail.ru 2015 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-23 - **Last Updated**: 2021-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTP server Technosphere.mail.ru 2015 using libevent console arguments: + -h/--ip [server ip adress] + -p/--port [listening port] + -d/--dir [folder with files] supports 1. requests: + GET (html/jpeg files), + HEAD, + POST (just 200 answer) 2. responses: + 200 + 404