summaryrefslogtreecommitdiff
path: root/project1/proj1_s4498062/webhttp/__init__.py
blob: d501a0ef49c4e8c039e89246336f43d5dd218752 (plain) (blame)
1
2
3
4
5
6
7
8
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
"""