forked from cory/tildefriends
More .h docs.
This commit is contained in:
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user