Skip to content

aristotelis-bobas/http_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_client

A simple HTTP client written in C++.

When curl is just not enough.
Written for stress testing features of the Webserv project of Codam / 42 Network.

  • Is able to send and receive chunked requests / responses
  • Logger object for debugging

Can easily be altered for other tests.