Sandrino's WEBSITE

   ABOUT  BLOG  



title: Todo for MiniHttp
date: "2023-01-03"

MiniHttp - SAND

logo
#include <iostream>

int main(void)
{
	std::cout << "MINI HTTP\n";

	return 0;
}

This project is using only rapidJson as extern library

Todo:

Serving static files

Add remaining http methods -> post,delete,put

Fix recv and send function to send whole data safe!

Optimize Server with Threads

Check get_in_addr function

Using Kqueue