/simple-python-http-request

Simple HTTP request using standard Python 3 library

Primary LanguagePython

Simple HTTP request (Python 3 standard library)

A simple HTTP request using the Python 3 standard library can help you debug a connection from a server or container if you don't have command-line tools like curl, wget, netcat, etc., but python is installed.