Basic example of a Python-based HTTP client that does not depend on any external libraries
Feel free to read a more detailed explanation in this tutorial.
When needs and complexity of HTTP calls are minimal, and outside dependencies are undesirable.
This script requires Python. Other than those included in the Python Standard Library, no other libraries are necessary.
Feel free to open an issue if you have suggestions, questions, or glowing affirmations.
Copyright © 2021 Jonathan Bowman. All documentation and code contained in these files may be freely shared in compliance with the Apache License, Version 2.0 and is provided “AS IS” without warranties or conditions of any kind.