Skip to content

seb0xff/simple-http-client

Repository files navigation

simple-http-client

A simple HTTP client implemented on Linux system calls and wrapped in C++ classes. Note: I wrote it over 2 yrs ago to get familiar with Linux networking. For production use, consider using a more robust library like curl.

Alt Text

Requirements

  • Linux OS
  • C++11 compiler
  • make

If you don't have a Linux OS, you can use Docker. The Dockerfile is in the root directory. I tested it only with VSCode's Dev Containers extension.

Build and Run

make
make run

About

A HTTP client with basic functionalities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published