qicosmos / cinatra

modern c++(c++20), cross-platform, header-only, easy to use http framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor cinatra server

qicosmos opened this issue · comments

main tasks:

  • provide a http press tool with coro_http_client
  • refactor cinatra server with coroutine;
  • add unit tests;
  • add more examples;
  • add more functions to server(support restfull url);
  • support nginx conf;
  • import cinatra server into yalantinglibs;

http press tool requires command line parsing.Can I use this.
support nginx conf and load balancer I can do.

I' m not sure if it supports win