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

updating the http lib #37

Closed
wants to merge 5 commits into from
Closed

updating the http lib #37

wants to merge 5 commits into from

Conversation

SuperFola
Copy link
Member

@SuperFola SuperFola commented Jun 17, 2021

No description provided.

@SuperFola
Copy link
Member Author

A bit blocked by #34

@SuperFola
Copy link
Member Author

As for the #26 I think it must be because of the usertype deletion which was solved in Ark 3.1.0

@SuperFola SuperFola marked this pull request as ready for review July 24, 2021 12:10
@SuperFola SuperFola removed a link to an issue Jul 24, 2021
@SuperFola
Copy link
Member Author

Removing TLS support from the goal of this PR.

#define HTTP_MAKE_PROXY_FOR(method) \
[](Client& c, const Headers* h, const Params* p, const char* route, const char* body, const char* content) -> Result { \
if (p == nullptr) { \
if (h == nullptr) return c.method(route, *h, body, content); \
Copy link
Member Author

Choose a reason for hiding this comment

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

if (h == nullptr) return c.method(route, *h, body, content); can't work

@SuperFola SuperFola closed this Jan 29, 2022
@SuperFola SuperFola deleted the http-update branch March 3, 2022 13:32
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.

Need help figuring out why the HTTP module is sometimes working, sometimes not Update the httplib
1 participant