diff options
author | Camil Staps | 2016-03-02 21:37:50 +0100 |
---|---|---|
committer | Camil Staps | 2016-03-02 21:39:52 +0100 |
commit | 436f26b4eb1b38089396374876908fdb06d3c015 (patch) | |
tree | d599191368ff027e98a704051dfa04a20d6645d1 /project1/proj1_s4498062/webhttp/__init__.py | |
parent | Assignment 2 (diff) |
Added framework project 1
Diffstat (limited to 'project1/proj1_s4498062/webhttp/__init__.py')
-rw-r--r-- | project1/proj1_s4498062/webhttp/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
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
+"""
|