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

Support for HTTP clients #1084

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from
Open

Conversation

TwentyPast4
Copy link

@TwentyPast4 TwentyPast4 commented Jan 26, 2023

Going over the available library options, I noticed there's no good pick for having both HTTP and WS in both client and server roles, which were developed to a point where it would be nice to use. I guess boost beast was closest.
Websocketpp is great - and written such that I could relatively easily add HTTP client support to it.

That said, this implementation is not perfect and was tailored to my specific use cases, so the PR might include other changes which might not be directly related or desired. I'm opening the PR for the purpose of presenting a working example on how it could be done and to signal the need for such a feature. Feel free to suggest changes in written form or commit form here or the source repo respectively.

@TwentyPast4 TwentyPast4 changed the base branch from master to develop January 26, 2023 10:00
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.

3 participants