Este repositório contém um cliente e um servidor de requisições Http em Python.
Starting the server:
python server.py
```:1025
Starting client:
python client.py 127.0.0.1:1025
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone who's code was used
* Inspiration
* etc