HTTP requests and other tools with Python.
Contains:
- tools for serving and downloading over http (with or without authentication)
- cryptography utils that support Fernet, AES and RSA encryption
- reading online XML files
Utilizing Python's 'Simple HTTP Server' for demo purposes. Keep in mind that the latter is not suitable for production settings.