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

Use QHttpServer instead of cpp-httplib #1500

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use QHttpServer instead of cpp-httplib #1500

wants to merge 2 commits into from

Conversation

LorenDB
Copy link
Member

@LorenDB LorenDB commented Jun 28, 2023

I feel like it would be more appropriate to use Qt's built-in HTTP server now that it exists. I guess I am open to comments, though, as the module is still in technical preview, so we may have to deal with some API changes later.

@@ -2,9 +2,11 @@
//
// SPDX-License-Identifier: GPL-3.0-or-later

#include "httplib.h"
// #include "httplib.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can delete this too :)

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

Successfully merging this pull request may close these issues.

2 participants