From 436f26b4eb1b38089396374876908fdb06d3c015 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 2 Mar 2016 21:37:50 +0100 Subject: Added framework project 1 --- project1/proj1_s4498062/webhttp/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 project1/proj1_s4498062/webhttp/__init__.py (limited to 'project1/proj1_s4498062/webhttp/__init__.py') diff --git a/project1/proj1_s4498062/webhttp/__init__.py b/project1/proj1_s4498062/webhttp/__init__.py new file mode 100644 index 0000000..d501a0e --- /dev/null +++ b/project1/proj1_s4498062/webhttp/__init__.py @@ -0,0 +1,9 @@ +"""HTTP Package + +This package contains the following modules: + * message: Module for HTTP responses/requests + * composer: Module for composing responses to requests + * parser: Module for parsing HTTP responses/requests + * util: Module with utility functions + * server: Module which contains a HTTP server +""" -- cgit v1.2.3