Skip to content
  • Michael Hanselmann's avatar
    Add new HTTP server implementation · 42242313
    Michael Hanselmann authored
    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
    42242313