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

Implement HTTP transport layer wth TLS #25

Open
0xg0nz0 opened this issue Feb 25, 2024 · 0 comments
Open

Implement HTTP transport layer wth TLS #25

0xg0nz0 opened this issue Feb 25, 2024 · 0 comments
Assignees
Labels

Comments

@0xg0nz0
Copy link
Collaborator

0xg0nz0 commented Feb 25, 2024

Current plan is to use libcurl + WolfSSL, with LibUV as a command eventing layer for all networking code.

The alternative to libcurl is lws (libwebsockets) but for plain GET / POST, Curl or the CPR wrapper will yield simpler code. Since we are not going to recommend using HTTP and JSON for high performance use cases most often used with C++, not a priority.

@0xg0nz0 0xg0nz0 self-assigned this Feb 25, 2024
@0xg0nz0 0xg0nz0 changed the title Implement HTTP transport wth TLS Implement HTTP transport layer wth TLS Feb 25, 2024
@0xg0nz0 0xg0nz0 added the core label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant