AlexisRodriguezCS / HTTP-1.1-Client

A simple HTTP 1.1 Client that implements the GET method and includes the basics of the HTTP/1.1. The program implements a function that takes a URL and returns the body bytes by parsing, checking for the response of the server, and making a GET request. (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A simple HTTP 1.1 Client that implements the GET method and includes the basics of the HTTP/1.1. The program implements a function that takes a URL and returns the body bytes by parsing, checking for the response of the server, and making a GET request. (Python)


Languages

Language:Python 100.0%