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

https rest clients/servers #2

Closed
happyturtle123 opened this issue Sep 21, 2018 · 2 comments
Closed

https rest clients/servers #2

happyturtle123 opened this issue Sep 21, 2018 · 2 comments

Comments

@happyturtle123
Copy link

Hi Just having a look at the code in order to do a GET to a https endpoint would i need to do the following (assuming async).

  1. create http_ssl_async_client.{cc,h} files which point to http_ssl_client.{cc,h}
  2. create rest_async_client.{cc,h} which points to http_ssl_async_client.{cc,h}

Am i on the correct track?

Many thanks!

@sprinfall
Copy link
Owner

Yes. But I should have done that. Please note that the SSL part is still under development.

@sprinfall
Copy link
Owner

SSL client has been supported. (NOTE: No async- API provided)

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