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

Design finalize http.sys high level api #2

Open
youyuanwu opened this issue Sep 17, 2022 · 0 comments
Open

Design finalize http.sys high level api #2

youyuanwu opened this issue Sep 17, 2022 · 0 comments

Comments

@youyuanwu
Copy link
Owner

youyuanwu commented Sep 17, 2022

http_connection, winnet::http::simple_request and winnet::http::simple_response are exposed for ease of use for a server application.
Currently http server to user logic is handled by a handler function:

auto handler = [](const winnet::http::simple_request &request,

We need to improve and finalize this API.

One example of high level API is this: https://github.com/nghttp2/nghttp2-asio
https://www.nghttp2.org/documentation/libnghttp2_asio.html

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

1 participant