HTTP Client

This is a simple HTTP client to perform requests using the GET method

How to compile and run?

Run the following command:

$ gcc main.c -o main
$ ./main <DNS> <PORT> <ENDPOINT>