More .h docs.

This commit is contained in:
2024-03-05 12:47:58 -05:00
parent e3071b372a
commit 3a392d4a9f
3 changed files with 106 additions and 0 deletions

View File

@ -13,6 +13,12 @@
#include "quickjs.h"
/**
** Register the HTTP script interface. Also registers a number of built-in
** request handlers. An ongoing project is to move the JS request handlers
** into C, after which point this will only do the latter.
** @param context The JS context.
*/
void tf_httpd_register(JSContext* context);
/** @} */