You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In module std::net::http; I see the use of internal->request_data_size = size; or memcpy( internal->request_data, data, size ); for the access of struct HttpInternal @private members with the symbol ->. Why not using a .?
Will there be a Http-Server for C3 in the std lib?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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