Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor cinatra server to support c++20 coroutine #412

Closed
25 tasks done
qicosmos opened this issue Sep 24, 2023 · 4 comments
Closed
25 tasks done

refactor cinatra server to support c++20 coroutine #412

qicosmos opened this issue Sep 24, 2023 · 4 comments

Comments

@qicosmos
Copy link
Owner

qicosmos commented Sep 24, 2023

  • 1. get/post
  • 2. support coroutine
  • 4. unit test
  • 5. multipart upload
  • 6. chunked upload/download
  • 7. ranges download
  • 8. websocket
  • 10.other http methods
  • 11.regexp url
  • 12.restfull
  • 13.static file server
  • 15. session, cookie
  • 16. timeout
  • 17. query
  • 18. form url
  • 19. multiple set http handler
  • 20. delay response
  • 21. examples
  • 22. benchmark
  • 23. docs
  • 24. server safe quit
  • 25. ssl
  • 26. regex url
  • 27. aspect
  • 28. remove old server, only keep coroutine based server :)
@qianxiaoming
Copy link

所以这是将原来的http_server改为coro_http_server的原因吗?是不是typedef一下保持向后兼容更好一些?

@qicosmos
Copy link
Owner Author

嗯,好建议,我加一下type define

@qicosmos
Copy link
Owner Author

已经提了pr

#499

所以这是将原来的http_server改为coro_http_server的原因吗?是不是typedef一下保持向后兼容更好一些?

@qicosmos
Copy link
Owner Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants