blob: 0d5a9aba7d78adde01edc7ca0b62082607bad7f4 (
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
"""
|