Copied
This commit is contained in:
8
lib/httpserver/__init__.py
Normal file
8
lib/httpserver/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Minimal HTTP server
|
||||
#
|
||||
# Copyright 2021 (c) Erik de Lange
|
||||
# Released under MIT license
|
||||
|
||||
from .response import HTTPResponse
|
||||
from .sendfile import sendfile
|
||||
from .server import CONNECTION_CLOSE, CONNECTION_KEEP_ALIVE, HTTPServer
|
Reference in New Issue
Block a user