Add new HTTP server implementation
This patch adds another implementation of an HTTP server. It's based on code of Python's BaseHTTPServer, from both version 2.4 and 3k. In the future we can write code to decide whether we should fork for a request or not. Keep-alive is not supported. Reviewed-by: iustinp
Please register or sign in to comment