futurefinity.server – FutureFinity HTTPServer Class

futurefinity.server contains the FutureFinity HTTPServer Class used by FutureFinity Web Application, which can parse http request, initialize right RequestHandler and make response to client.

class futurefinity.server.HTTPServer(*args, allow_keep_alive: bool=True, **kwargs)[source]

FutureFinity HTTPServer Class.

Parameters:allow_keep_alive – Default: True. Turn it to False if you want to disable keep alive connection for HTTP/1.1.
exception futurefinity.server.ServerError[source]

FutureFinity Server Error.

All Errors from FutureFinity Server Side are based on this class.