Replies: 1 comment 1 reply
-
lib7 was a version of the stdlib that was converted to use the 0.7 syntax. I think the http lib was an aborted partly ported cross platform http server. Thus the -> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is lib7? Will this be the new lib in future?
In
module std::net::http;
I see the use ofinternal->request_data_size = size;
ormemcpy( internal->request_data, data, size );
for the access ofstruct HttpInternal @private
members with the symbol->
. Why not using a.
?Will there be a Http-Server for C3 in the std lib?
Beta Was this translation helpful? Give feedback.
All reactions