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
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Similar to #726, we should provide example for the most common http request handler (server) usages. Please base the examples on those available for other technologies, trying to be as simple as possible in comparison.
Please document the src/lib/comms/include/sol-http-server.h using doxygen and take care to add examples snippets in the sol_http_server_register_handler doc. Add a wiki page with walk through, these may include snippets from the actual sources in the tree.
The text was updated successfully, but these errors were encountered:
Similar to #726, we should provide example for the most common http request handler (server) usages. Please base the examples on those available for other technologies, trying to be as simple as possible in comparison.
Suggested references:
Please document the
src/lib/comms/include/sol-http-server.h
using doxygen and take care to add examples snippets in thesol_http_server_register_handler
doc. Add a wiki page with walk through, these may include snippets from the actual sources in the tree.The text was updated successfully, but these errors were encountered: