Metadata-Version: 2.1
Name: pythttp
Version: 0.0.5
Summary: A small example package
Home-page: https://github.com/projectlonginus/httpy
Author: Example Author
Author-email: Longinus <team.longinus.project@gmail.com>
Project-URL: Homepage, https://github.com/projectlonginus/httpy
Project-URL: Bug Tracker, https://github.com/projectlonginus/httpy/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

This project is aimed at gaining an understanding of the communication methods and interactions between clients and servers within the HTTP protocol,
which is one of the commonly used communication protocols. The project has been implemented using Python, 
and its primary goal is to provide a basic HTTP protocol implementation.  Going forward,
there are plans to add additional features and continue to enhance its capabilities.

At present, the project is capable of handling both GET and POST requests. However,
 there are plans to further develop the project to include more advanced functionalities.
