Metadata-Version: 2.1
Name: arslaanhttp
Version: 1.0.2
Summary: A simple HTTP server.
Home-page: 
Author: Arslaan Pathan
Author-email: xminecrafterfun@gmail.com
License: MIT
Keywords: http
License-File: LICENSE.txt

ArslaanHTTP is a simple HTTP server based on Python's http.server module.


Changelog
=========

0.0.1 (29/02/2024)
------------------
- First Release

0.0.2 (29/02/2024)
------------------
- Fixed install error

0.0.3 (29/02/2024)
------------------
- Updated changelog and description

1.0.0 (29/02/2024)
------------------
- Updated changelog and changed version number to 1.0.0

1.0.1 (29/02/2024)
------------------
- Moved ERRHandler_404 function inside the ArslaanHTTP class to make it definable

1.0.2 (29/02/2024)
------------------
- Fixed bug where DEFAULTS_INDEX is defined in the write_html function
